development-skills — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsdevelopment-skills
    Back to Agents
    development-skills

    development-skills

    plaited January 15, 2026
    1 copies 0 downloads

    Make AI coding agents smarter. Type-aware code search, documentation standards, development conventions. CLI + installable skills for Claude, Cursor, Copilot.

    Agent Definition
    # @plaited/development-skills
    
    [![npm version](https://img.shields.io/npm/v/@plaited/development-skills.svg)](https://www.npmjs.com/package/@plaited/development-skills)
    [![CI](https://github.com/plaited/acp-harness/actions/workflows/ci.yml/badge.svg)](https://github.com/plaited/development-skills/actions/workflows/ci.yml)
    [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
    
     > TypeScript LSP tools and AI agent skills for modern development workflows
    
    ## Examples
    
    ```bash
    # Find where a type is defined
    bunx @plaited/development-skills lsp-find UserConfig
    
    # Get type info at cursor position (line 25, column 10)
    bunx @plaited/development-skills lsp-hover src/app.ts 25 10
    
    # Find all usages of a symbol
    bunx @plaited/development-skills lsp-refs src/types.ts 15 12
    
    # Validate your AI agent skills
    bunx @plaited/development-skills validate-skill .cursor/skills
    
    # Scaffold development rules for your project
    bunx @plaited/development-skills scaffold-rules
    ```
    
    ## Why LSP?
    
    Text search finds strings. LSP finds *meaning*.
    
    ```bash
    # Text search: finds "Config" in comments, strings, everywhere
    grep -r "Config" src/
    
    # LSP search: finds the actual Config type and its usages
    bunx @plaited/development-skills lsp-find Config
    ```
    
    LSP understands re-exports, aliases, and type relationships.
    
    ## Install for AI Agents
    
    ```bash
    npx skills add plaited/development-skills
    # or
    bunx skills add plaited/development-skills
    ```
    
    ## Commands
    
    | Command | What it does |
    |---------|--------------|
    | `lsp-hover` | Type info at position |
    | `lsp-find` | Symbol search |
    | `lsp-refs` | Find references |
    | `lsp-analyze` | Batch file analysis |
    | `validate-skill` | Validate AgentSkills |
    | `scaffold-rules` | Scaffold dev rules |
    
    ## Skills Included
    
    - **typescript-lsp** - LSP integration for AI agents
    - **code-documentation** - TSDoc workflow and standards
    - **validate-skill** - Skill validation
    - **scaffold-rules** - Development rules scaffolding
    
    #

    Tags

    agent-skillsagentskillsai-coding-agentsai-developer-toolsbunclaude-codeclicode-qualitycursordeveloper-tools

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.