Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

cursor-handbook

cursor-handbook 收录了来自 girijashankarj 的 50 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
50
Stars
25
更新
2026-04-12
Forks
3
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
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.

2026-04-12
dependency-remediation
软件开发工程师

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

2026-03-30
flaky-test
软件质量保证分析师与测试员

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

2026-03-07
code-review
软件质量保证分析师与测试员

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

2026-03-07
create-handler
软件开发工程师

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

2026-03-07
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.

2026-03-07
optimize-performance
软件开发工程师

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

2026-03-07
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.

2026-03-07
infrastructure
软件开发工程师

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

2026-03-07
opensearch
软件开发工程师

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

2026-03-07
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.

2026-03-07
migration
数据库架构师

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

2026-03-07
query-optimization
数据库管理员

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

2026-03-07
ci-cd
软件开发工程师

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

2026-03-07
当前展示该仓库 Top 40 / 50 个已收集 skills。