All authors
girijashankarj avatar

Claude Skills by girijashankarj

github.com/girijashankarj
50 skillsA× 49B× 12 installs156 views
Api Mock ServerA

Generate a mock API server from OpenAPI specs, TypeScript interfaces, or endpoint descriptions for frontend development and testing. Use when the user asks to create a mock server, fake API, or stub endpoints.

developmenttypescriptbash
0
22
Code ReviewA

Structured workflow for conducting thorough code reviews. Use when the user asks to review code, a PR, or specific files.

developmentgotesting
0
22
Create HandlerA

Create a new API handler following the handler pattern. Use when the user asks to create an endpoint, handler, or route.

developmentbashtesting
0
22
Debug IssueA

Structured 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.

developmentdebugging
0
22
Dependency GraphA

Map and visualize module dependencies, detect circular imports, and identify coupling hotspots. Use when the user asks to analyze dependencies, find circular imports, or understand module relationships.

developmenttypescriptpython
0
22
Error Handler GeneratorA

Generate typed error classes, error handling middleware, and HTTP error mapping following project conventions. Use when the user asks to set up error handling, create error classes, or implement error middleware.

developmenttypescriptgo
0
22
Feature Flag ManagerA

Create, manage, and clean up feature flags for gradual rollouts and safe deployments. Use when the user asks to add a feature flag, toggle, or manage feature gating.

developmenttypescripttesting
0
22
Optimize PerformanceA

Workflow for identifying and applying backend performance improvements. Use when the user asks to optimize, speed up, or reduce latency.

developmentgobackend
0
22
Aws Cost EstimatorA

Estimate or review cost for proposed AWS resources (compute, storage, data transfer). Use when the user asks for cost estimate or cost optimization.

developmentawsapi
0
22
Docker Compose GeneratorA

Generate docker-compose.yml files for local development with application services, databases, caches, and queues. Use when the user asks to set up a local dev environment or create docker-compose configuration.

developmentgoshell
0
22
InfrastructureA

Workflow for provisioning cloud infrastructure using IaC. Use when the user needs to create or modify cloud resources.

developmentterraformdatabase
0
22
Opensearch DashboardA

Generate OpenSearch Dashboards (Kibana) saved objects — index patterns, visualizations, and dashboards as JSON. Use when the user asks to create dashboards, charts, or visualizations for OpenSearch/Elasticsearch/Kibana.

developmentbashapi
0
22
OpensearchA

Workflow for OpenSearch (or Elasticsearch) usage: indexing, search, mappings, and tuning. Use when the user asks about OpenSearch/Elasticsearch.

developmentsecurity
0
22
Create MigrationA

Create 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.

developmentsqldatabase
0
22
MigrationA

Safe workflow for creating and applying database schema changes. Use when the user needs to modify the database schema.

developmentsqltesting
0
22
Query OptimizationA

Workflow for identifying and fixing slow database queries. Use when a query is slow or the user asks to optimize database performance.

developmentdatabaseperformance
0
22
Automation HelperB

Design and create automation workflows — shell scripts, Cursor hooks, GitHub Actions, cron jobs, and task runners. Use when the user asks to automate a process, create a script, or set up a workflow.

developmentshellbash
0
22
Changelog GeneratorA

Generate a CHANGELOG.md from Conventional Commit history with grouped sections and version headers. Use when the user asks to create or update a changelog.

developmentgobash
0
22
Ci CdA

Workflow for creating a complete CI/CD pipeline. Use when the user needs to set up or modify CI/CD pipelines.

developmenttestinggit
0
22
Commit Message GeneratorA

Generate structured Conventional Commit messages from staged changes, diffs, or descriptions. Use when the user asks to write a commit message or needs help with commit formatting.

developmentgitapi
0
22
Component SearchA

Search across cursor-handbook rules, agents, commands, and skills for a specific term or topic. Use when the user asks to find a component, search for a keyword, or locate where something is defined.

developmentshellbash
0
22
Cursor SetupA

Set up cursor-handbook in a new project by cloning, configuring, and validating the .cursor directory. Use when the user asks to install cursor-handbook, set up a new project, or bootstrap Cursor configuration.

developmenttypescriptpython
0
22
Dependency RemediationA

Step-by-step workflow to fix npm/pnpm/yarn vulnerabilities and review Dependabot PRs with semver and CI safety.

developmenttestinggit
0
22
Doc RedactorA

Scan and redact sensitive information (secrets, PII, internal URLs, credentials) from documents, configs, logs, and code. Use when the user asks to sanitize files, redact secrets, or prepare content for sharing.

developmenttypescriptgo
0
22
Env File GeneratorA

Scan codebase for environment variable references and generate a complete .env.example file with safe placeholders. Use when the user asks to create or update .env.example or audit env var usage.

developmenttypescriptpython
0
22
Git Conflict ResolverA

Systematic workflow for understanding and resolving git merge conflicts safely. Use when the user has merge conflicts or asks for help resolving conflicts.

developmentbashtesting
0
22
Handbook ValidatorA

Validate cursor-handbook structure, config, and component integrity. Use when the user asks to validate the setup, check for issues, or verify the handbook installation.

developmentshellbash
0
22
Incident Runbook CreatorA

Generate operational runbooks for services covering common failure scenarios, diagnostics, and recovery steps. Use when the user asks to create a runbook, document incident response, or prepare on-call guides.

developmentgonode
0
22
Jira Ticket CreatorA

Generate well-structured JIRA tickets (stories, bugs, tasks, epics) with acceptance criteria, estimates, and labels. Use when the user asks to create a JIRA ticket, write a story, or document a bug report.

developmentgotesting
0
22
MonitoringA

Workflow for implementing comprehensive monitoring and alerting. Use when the user needs to set up or improve service monitoring.

developmentdatabase
0
22
Pr Description GeneratorA

Generate comprehensive PR titles and descriptions with summary, test plan, risks, and linked issues. Use when the user asks to write or improve a pull request description.

developmentgotesting
0
22
Release ManagerA

Manage the full release lifecycle — version bump, changelog, tag, and release notes. Use when the user asks to prepare, create, or publish a release.

developmentbashnode
0
22
Setup MonitoringA

Guide for setting up or extending monitoring (metrics, logs, alerts) for a service. Use when the user asks to set up monitoring or add alerts.

developmentapidevops
0
22
Task MasterA

Break a high-level request into ordered, actionable tasks. Use when the user asks to break down into tasks, create a plan, or list steps.

developmentgoapi
0
22
Token CounterA

Estimate LLM token counts for files or directories using a word-based heuristic. Use when the user asks how many tokens a file uses, wants to check context size, or needs to estimate token cost.

developmentpythonshell
0
22
Adr GeneratorA

Generate Architecture Decision Records (ADRs) documenting significant technical decisions with context, options, and consequences. Use when the user asks to document an architecture decision, design choice, or technical trade-off.

developmentgotesting
0
22
Api DocsA

Workflow for creating comprehensive API documentation. Use when the user needs to document API endpoints.

developmentapici/cd
0
22
Architecture DocsA

Workflow for creating and maintaining architecture documentation. Use when the user needs to document system architecture or make ADRs.

developmentsqlnode
0
22
Openapi GeneratorA

Generate 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.

developmenttypescriptapi
0
22
Postman Collection GeneratorA

Generate Postman or Insomnia collections from OpenAPI specs, code, or endpoint descriptions. Use when the user asks to create an API collection, export endpoints for testing, or set up Postman/Insomnia.

developmentjavascripttypescript
0
22
Prompt EngineeringA

Craft effective prompts and instructions for AI coding assistants. Use when creating rules, agents, skills, or system prompts for Cursor or other LLM-based tools.

developmenttypescriptgo
0
22
Regex BuilderA

Build, 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.

developmentjavascriptpython
0
22
WebsearchA

Use web search to find current documentation, best practices, or version-specific information. Use when the user asks about library versions or recent API changes.

developmentreactnode
0
22
Component CreationA

Step-by-step workflow for creating accessible, tested UI components. Use when the user asks to create a new UI component.

developmenttypescriptgo
0
22
State ManagementA

Workflow for choosing and implementing the right state management approach. Use when the user needs to manage state for a new feature or refactor.

developmentreactperformance
0
22
Coverage ImprovementA

Systematic workflow for identifying coverage gaps and writing missing tests. Use when coverage is below target or the user asks to improve coverage.

developmenttesting
0
22
Fix TestsA

Systematic workflow for diagnosing and fixing failing tests. Use when the user reports failing tests or asks to fix test failures.

developmentgotesting
0
22
Flaky TestA

Diagnose and fix flaky tests. Use when a test passes sometimes and fails other times.

developmentgoreact
0
22
Load Test GeneratorA

Generate load test scripts using k6, Artillery, or Locust from API endpoints or OpenAPI specs. Use when the user asks to create load tests, stress tests, or performance benchmarks.

developmentjavascriptpython
0
22
Test Data FactoryA

Generate type-safe test data factories and fixtures for unit and integration tests. Use when the user asks to create mock data, test fixtures, or data factories.

developmenttypescriptgo
0
22