.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/girijashankarj/cursor-handbook
home/skills/girijashankarj/cursor-handbook
girijashankarj avatar

girijashankarj/cursor-handbook

50 skills

View on GitHub
$npx skills add girijashankarj/cursor-handbook
SkillInstalls
adr-generatorGenerate Architecture Decision Records (ADRs) documenting significant technical decisions with context, options, and consequences.—api-docsWorkflow for creating comprehensive API documentation. Use when the user needs to document API endpoints.—api-mock-serverGenerate a mock API server from OpenAPI specs, TypeScript interfaces, or endpoint descriptions for frontend development and testing.—architecture-docsWorkflow for creating and maintaining architecture documentation. Use when the user needs to document system architecture or make ADRs.—automation-helperDesign and create automation workflows — shell scripts, Cursor hooks, GitHub Actions, cron jobs, and task runners.—aws-cost-estimatorEstimate or review cost for proposed AWS resources (compute, storage, data transfer). Use when the user asks for cost estimate or cost optimization.—changelog-generatorGenerate a CHANGELOG.md from Conventional Commit history with grouped sections and version headers. Use when the user asks to create or update a changelog.—ci-cdWorkflow for creating a complete CI/CD pipeline. Use when the user needs to set up or modify CI/CD pipelines.—code-reviewStructured workflow for conducting thorough code reviews. Use when the user asks to review code, a PR, or specific files.—commit-message-generatorGenerate structured Conventional Commit messages from staged changes, diffs, or descriptions.—component-creationStep-by-step workflow for creating accessible, tested UI components. Use when the user asks to create a new UI component.—component-searchSearch across cursor-handbook rules, agents, commands, and skills for a specific term or topic.—coverage-improvementSystematic workflow for identifying coverage gaps and writing missing tests. Use when coverage is below target or the user asks to improve coverage.—create-handlerCreate a new API handler following the handler pattern. Use when the user asks to create an endpoint, handler, or route.—create-migrationCreate a new database migration following project naming and safety rules. Use when the user asks to add a migration or create a migration for a schema change.—cursor-setupSet up cursor-handbook in a new project by cloning, configuring, and validating the .cursor directory.—debug-issueStructured workflow for debugging a reported or reproduced issue. Use when the user asks to debug a bug, find root cause, or fix a failing scenario.—dependency-graphMap and visualize module dependencies, detect circular imports, and identify coupling hotspots.—dependency-remediationStep-by-step workflow to fix npm/pnpm/yarn vulnerabilities and review Dependabot PRs with semver and CI safety.—doc-redactorScan and redact sensitive information (secrets, PII, internal URLs, credentials) from documents, configs, logs, and code.—docker-compose-generatorGenerate docker-compose.yml files for local development with application services, databases, caches, and queues.—env-file-generatorScan codebase for environment variable references and generate a complete .env.example file with safe placeholders.—error-handler-generatorGenerate typed error classes, error handling middleware, and HTTP error mapping following project conventions.—feature-flag-managerCreate, manage, and clean up feature flags for gradual rollouts and safe deployments.—fix-testsSystematic workflow for diagnosing and fixing failing tests. Use when the user reports failing tests or asks to fix test failures.—flaky-testDiagnose and fix flaky tests. Use when a test passes sometimes and fails other times.—git-conflict-resolverSystematic workflow for understanding and resolving git merge conflicts safely. Use when the user has merge conflicts or asks for help resolving conflicts.—handbook-validatorValidate cursor-handbook structure, config, and component integrity.—incident-runbook-creatorGenerate operational runbooks for services covering common failure scenarios, diagnostics, and recovery steps.—infrastructureWorkflow for provisioning cloud infrastructure using IaC. Use when the user needs to create or modify cloud resources.—jira-ticket-creatorGenerate well-structured JIRA tickets (stories, bugs, tasks, epics) with acceptance criteria, estimates, and labels.—load-test-generatorGenerate load test scripts using k6, Artillery, or Locust from API endpoints or OpenAPI specs.—migrationSafe workflow for creating and applying database schema changes. Use when the user needs to modify the database schema.—monitoringWorkflow for implementing comprehensive monitoring and alerting. Use when the user needs to set up or improve service monitoring.—openapi-generatorGenerate OpenAPI 3.x specifications from code, requirements, or existing APIs. Use when the user asks to create an API spec, Swagger doc, or OpenAPI definition.—opensearchWorkflow for OpenSearch (or Elasticsearch) usage: indexing, search, mappings, and tuning. Use when the user asks about OpenSearch/Elasticsearch.—opensearch-dashboardGenerate OpenSearch Dashboards (Kibana) saved objects — index patterns, visualizations, and dashboards as JSON.—optimize-performanceWorkflow for identifying and applying backend performance improvements. Use when the user asks to optimize, speed up, or reduce latency.—postman-collection-generatorGenerate Postman or Insomnia collections from OpenAPI specs, code, or endpoint descriptions.—pr-description-generatorGenerate comprehensive PR titles and descriptions with summary, test plan, risks, and linked issues.—prompt-engineeringCraft effective prompts and instructions for AI coding assistants.—query-optimizationWorkflow for identifying and fixing slow database queries. Use when a query is slow or the user asks to optimize database performance.—regex-builderBuild, explain, and test regular expressions step-by-step with plain-English breakdowns. Use when the user asks to create, debug, or explain a regex pattern.—release-managerManage the full release lifecycle — version bump, changelog, tag, and release notes. Use when the user asks to prepare, create, or publish a release.—setup-monitoringGuide for setting up or extending monitoring (metrics, logs, alerts) for a service. Use when the user asks to set up monitoring or add alerts.—state-managementWorkflow for choosing and implementing the right state management approach. Use when the user needs to manage state for a new feature or refactor.—task-masterBreak a high-level request into ordered, actionable tasks. Use when the user asks to break down into tasks, create a plan, or list steps.—test-data-factoryGenerate type-safe test data factories and fixtures for unit and integration tests.—token-counterEstimate LLM token counts for files or directories using a word-based heuristic.—websearchUse web search to find current documentation, best practices, or version-specific information.—