# girijashankarj

> Open-source publisher. Listings imported from github.com/girijashankarj — credited to the original author with their license.

- **Listings:** 50
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/girijashankarj
- **Website:** https://github.com/girijashankarj

## Published listings

- [Git Conflict Resolver](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-git-conflict-resolver) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-git-conflict-resolver`
  Systematic workflow for understanding and resolving git merge conflicts safely. Use when the user has merge conflicts or asks for help resolving conflicts.
- [Query Optimization](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-query-optimization) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-query-optimization`
  Workflow for identifying and fixing slow database queries. Use when a query is slow or the user asks to optimize database performance.
- [Architecture Docs](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-architecture-docs) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-architecture-docs`
  Workflow for creating and maintaining architecture documentation. Use when the user needs to document system architecture or make ADRs.
- [Flaky Test](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-flaky-test) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-flaky-test`
  Diagnose and fix flaky tests. Use when a test passes sometimes and fails other times.
- [Feature Flag Manager](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-feature-flag-manager) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-feature-flag-manager`
  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.
- [Openapi Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-openapi-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-openapi-generator`
  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.
- [Doc Redactor](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-doc-redactor) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-doc-redactor`
  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.
- [Token Counter](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-token-counter) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-token-counter`
  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.
- [Fix Tests](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-fix-tests) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-fix-tests`
  Systematic workflow for diagnosing and fixing failing tests. Use when the user reports failing tests or asks to fix test failures.
- [Api Docs](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-api-docs) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-api-docs`
  Workflow for creating comprehensive API documentation. Use when the user needs to document API endpoints.
- [Handbook Validator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-handbook-validator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-handbook-validator`
  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.
- [Cursor Setup](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-cursor-setup) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-cursor-setup`
  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.
- [Regex Builder](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-regex-builder) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-regex-builder`
  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.
- [Component Search](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-component-search) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-component-search`
  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.
- [Jira Ticket Creator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-jira-ticket-creator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-jira-ticket-creator`
  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.
- [Opensearch Dashboard](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-opensearch-dashboard) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-opensearch-dashboard`
  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.
- [Create Migration](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-create-migration) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-create-migration`
  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.
- [Create Handler](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-create-handler) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-create-handler`
  Create a new API handler following the handler pattern. Use when the user asks to create an endpoint, handler, or route.
- [Adr Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-adr-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-adr-generator`
  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.
- [Code Review](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-code-review) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-code-review`
  Structured workflow for conducting thorough code reviews. Use when the user asks to review code, a PR, or specific files.
- [Automation Helper](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-automation-helper) — Skill · Free — `agentstack add skill-girijashankarj-cursor-handbook-automation-helper`
  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.
- [Migration](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-migration) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-migration`
  Safe workflow for creating and applying database schema changes. Use when the user needs to modify the database schema.
- [Docker Compose Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-docker-compose-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-docker-compose-generator`
  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.
- [Pr Description Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-pr-description-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-pr-description-generator`
  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.
- [Postman Collection Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-postman-collection-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-postman-collection-generator`
  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.
- [Api Mock Server](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-api-mock-server) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-api-mock-server`
  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.
- [Changelog Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-changelog-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-changelog-generator`
  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.
- [Commit Message Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-commit-message-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-commit-message-generator`
  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.
- [Load Test Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-load-test-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-load-test-generator`
  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.
- [Infrastructure](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-infrastructure) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-infrastructure`
  Workflow for provisioning cloud infrastructure using IaC. Use when the user needs to create or modify cloud resources.
- [Aws Cost Estimator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-aws-cost-estimator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-aws-cost-estimator`
  Estimate or review cost for proposed AWS resources (compute, storage, data transfer). Use when the user asks for cost estimate or cost optimization.
- [Setup Monitoring](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-setup-monitoring) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-setup-monitoring`
  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.
- [Incident Runbook Creator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-incident-runbook-creator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-incident-runbook-creator`
  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.
- [Task Master](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-task-master) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-task-master`
  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.
- [Test Data Factory](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-test-data-factory) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-test-data-factory`
  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.
- [Dependency Graph](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-dependency-graph) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-dependency-graph`
  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.
- [Prompt Engineering](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-prompt-engineering) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-prompt-engineering`
  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.
- [Component Creation](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-component-creation) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-component-creation`
  Step-by-step workflow for creating accessible, tested UI components. Use when the user asks to create a new UI component.
- [Ci Cd](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-ci-cd) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-ci-cd`
  Workflow for creating a complete CI/CD pipeline. Use when the user needs to set up or modify CI/CD pipelines.
- [State Management](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-state-management) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-state-management`
  Workflow for choosing and implementing the right state management approach. Use when the user needs to manage state for a new feature or refactor.
- [Optimize Performance](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-optimize-performance) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-optimize-performance`
  Workflow for identifying and applying backend performance improvements. Use when the user asks to optimize, speed up, or reduce latency.
- [Release Manager](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-release-manager) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-release-manager`
  Manage the full release lifecycle — version bump, changelog, tag, and release notes. Use when the user asks to prepare, create, or publish a release.
- [Dependency Remediation](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-dependency-remediation) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-dependency-remediation`
  Step-by-step workflow to fix npm/pnpm/yarn vulnerabilities and review Dependabot PRs with semver and CI safety.
- [Env File Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-env-file-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-env-file-generator`
  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.
- [Error Handler Generator](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-error-handler-generator) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-error-handler-generator`
  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.
- [Opensearch](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-opensearch) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-opensearch`
  Workflow for OpenSearch (or Elasticsearch) usage: indexing, search, mappings, and tuning. Use when the user asks about OpenSearch/Elasticsearch.
- [Debug Issue](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-debug-issue) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-debug-issue`
  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.
- [Coverage Improvement](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-coverage-improvement) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-coverage-improvement`
  Systematic workflow for identifying coverage gaps and writing missing tests. Use when coverage is below target or the user asks to improve coverage.
- [Monitoring](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-monitoring) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-monitoring`
  Workflow for implementing comprehensive monitoring and alerting. Use when the user needs to set up or improve service monitoring.
- [Websearch](https://agentstack.voostack.com/l/skill-girijashankarj-cursor-handbook-websearch) — Skill · Free · security-reviewed — `agentstack add skill-girijashankarj-cursor-handbook-websearch`
  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.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
