Plugin Claude Code
Plugin marketplace listing 1 plugin: skill-manager.
Plugin Claude Code
Plugin marketplace listing 1 plugin: skill-manager.
Plugin Claude Code
See all your installed skills, their sources, structural issues, and available updates.
Agent
Deep analysis agent for skill quality review. Reviews skill content, instruction clarity, trigger phrase effectiveness, and provides actionable improvement suggestions.
Command
Show all installed skills, their sources, structure issues, and available updates.
Skill Claude CodeCodex
Activates when the user wants to see their installed skills, mentions "skill manager", "check my skills", "skill audit", "what skills do I have", "skill updates", "newer version", "outdated plugins", or wants to know what's installed and where it comes from.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-initial-setup.
Plugin Claude Code
75+ starter skills, 14 agents, and 15 commands covering core workflow, languages, frameworks, infrastructure, security, AI development, and productivity. A comprehensive starter kit for Claude Code.
Cursor rule Cursor
Coding standards, patterns, and best practices from claude-initial-setup skill library.
Cursor rule Cursor
Always create new objects instead of mutating. Use spread operators, structuredClone, or library solutions like immer.
Instructions file GitHub Copilot
Instructions for VersoXBT/claude-initial-setup, covering copilot instructions, code style, git workflow, testing and security.
Instructions file CodexOpenCode
Instructions for VersoXBT/claude-initial-setup, covering agents.md, project overview, development conventions, code style and git workflow.
Agent
REST and GraphQL API design and review specialist. Use PROACTIVELY when the user creates or modifies API endpoints, defines route handlers, or designs request/response schemas. Trigger on any API-related code changes, endpoint additions, or when reviewing API contracts.
Agent
System design and architecture specialist for scalability, patterns, and technical decision-making. Use PROACTIVELY when the user faces architectural decisions, needs to choose between patterns, or is designing a new system or major module. Trigger on questions about structure, scaling, or tradeoffs.
Agent
Build and type error resolution specialist that fixes compilation failures with minimal diffs. Use PROACTIVELY when the build fails, TypeScript reports type errors, or any compilation step produces errors. Trigger immediately on build failures, type check failures, or lint errors.
Agent
Code quality, security, and maintainability reviewer. Use PROACTIVELY immediately after writing or modifying any code, before commits on modified files, during pull request reviews, and when refactoring existing code. MUST BE USED after implementing a feature or fix, before creating a commit, when reviewing PR diffs…
Agent
Database schema design, query optimization, and migration review specialist. Use PROACTIVELY when the user creates or modifies database schemas, writes complex queries, creates migrations, or works with ORMs. Trigger on any database-related code changes or performance issues involving data access.
Agent
Systematic debugging specialist using hypothesis testing and binary search to isolate root causes. Use PROACTIVELY when the user encounters unexpected behavior, failing tests, runtime errors, or any bug report. Trigger when something is not working as expected and the cause is unclear.
Agent
Docker, CI/CD, infrastructure, and deployment specialist. Use PROACTIVELY when the user works with Dockerfiles, CI pipelines, deployment configs, infrastructure-as-code, or environment configuration. Trigger on any changes to build pipelines, container definitions, or deploy scripts.
Agent
Documentation and README update specialist. Use PROACTIVELY when code changes affect public APIs, configuration, installation steps, or usage patterns. Trigger when documentation is outdated, missing, or when the user explicitly requests documentation updates.
Agent
End-to-end testing specialist using Playwright for critical user flows. Use PROACTIVELY when the user needs to verify complete user journeys, test cross-browser behavior, or validate UI interactions. Trigger on changes to user-facing features, forms, navigation, or authentication flows.
Agent
Performance profiling and optimization specialist. Use PROACTIVELY when the user reports slow performance, when code has obvious inefficiencies (N+1 queries, unnecessary re-renders, unbounded loops), or when optimizing critical paths. Trigger on performance complaints or scalability concerns.
Agent
Implementation planning specialist for complex features and refactoring. Use PROACTIVELY when the user requests a multi-step feature, large refactor, or any task that spans multiple files or modules. Trigger immediately on ambiguous or complex requests before writing any code.
Agent
Dead code cleanup and consolidation specialist. Use PROACTIVELY when the codebase has unused exports, orphaned files, duplicated logic, or when the user requests cleanup, consolidation, or removal of deprecated code. Trigger on requests to clean up, simplify, or reduce code duplication.
Agent
Security analysis specialist for OWASP vulnerabilities, secrets detection, injection, XSS, and CSRF prevention. Use PROACTIVELY when writing authentication or authorization code, handling user input, creating or modifying API endpoints, working with payment or sensitive data flows, adding or changing environment…