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

KS-Cursor-Orchestrator

KS-Cursor-Orchestrator 收录了来自 kscius 的 117 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
117
Stars
2
更新
2026-07-08
Forks
0
职业覆盖
11 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

continual-learning
其他计算机职业

Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to the knowledge-synthesizer subagent. Use when asked to mine prior chats, maintain AGENTS.md, update learned preferences, or run the continual-learning loop.

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

Security-focused review of code diffs and PRs with surface classification and Semgrep on changed files. Use when reviewing pull requests, branch diffs, or validating security regressions before merge.

2026-07-08
notion-session-sync
软件开发工程师

Live Notion session log (L4b) — create, incremental updates during work, finalize on CLOSE. Works on any Cursor project workspace.

2026-07-08
project-bootstrap
软件开发工程师

Bootstrap a new project with Cursor-ready configuration: AGENTS.md, per-project .cursor/rules/project-conventions.mdc, and optional memory_bank/ scaffold. Use at project initialization, when starting a new repo, or when the user says "set up Cursor for this project" / "bootstrap this project" / "init project config".

2026-07-08
repo-discovery
软件开发工程师

Phase-1 repo reconnaissance as a standalone skill: stack detection, relevant files, validation commands from repo evidence, workflow hints, and risk flags. Use inside /scout, /ks-conductor pre-flight, or any read-only discovery before planning or implementation.

2026-07-08
sdlc-checkpoint
软件开发工程师

Validates phase outputs before advancing the SDLC. Defines expected artifacts per phase (intake, scout, plan, critic, build, test, review, document, close) and produces a clear PASS / CONDITIONAL / BLOCK verdict with gaps. Use at orchestrator or command phase boundaries, before expensive work, or when the user asks to verify a gate or "are we ready to proceed".

2026-07-08
semgrep-audit
信息安全分析师

Runs Semgrep static analysis security audits with scoped rulesets and structured findings. Use for security scans, vulnerability audits, or when touching auth, secrets, SQL, or user input boundaries.

2026-07-08
workflow-state
软件开发工程师

Create and update .cursor/plans/workflow_state.md at each ks-conductor phase boundary. Provides a durable phase-tracking file that survives context compaction, long autonomous runs, and session interruptions. Use alongside /ks-conductor for STANDARD and COMPLEX tasks.

2026-07-08
api-contract-design
软件开发工程师

API contract design patterns for REST, GraphQL, and internal service boundaries. Use when designing, modifying, or reviewing API endpoints, request/response shapes, or service contracts.

2026-07-06
creating-pr
软件开发工程师

Create a clean, review-ready pull request with a good title, structured description, linked issues, and appropriate reviewers.

2026-07-06
error-handling-patterns
软件开发工程师

Error handling best practices for try/catch, error boundaries, HTTP errors, validation errors, and graceful degradation. Use when writing error handling code or reviewing error paths.

2026-07-06
gh-fix-ci
软件开发工程师

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

2026-07-06
git-workflow
软件开发工程师

Git workflow patterns for branching, committing, PR preparation, and conflict resolution. Use when the task involves git operations, branch management, commit messages, or PR workflows.

2026-07-06
grinding-until-pass
软件开发工程师

Keep iterating on code changes until the tests pass, the build succeeds, or linting is clean. Runs in a tight loop of fix → run → check → repeat. Use when you want the agent to autonomously grind through test failures or build errors.

2026-07-06
loop-on-ci
软件开发工程师

Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks.

2026-07-06
nodejs-backend-patterns
软件开发工程师

Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.

2026-07-06
reflect
其他计算机职业

Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect.

2026-07-06
senior-backend
软件开发工程师

Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.

2026-07-06
testing-strategy
软件质量保证分析师与测试员

Testing strategy patterns for unit, integration, and e2e tests. Use when deciding what to test, how to test, or reviewing test quality and coverage.

2026-07-06
phase-handoff
软件开发工程师

Normalized artifacts and checklists between SDLC phases (intake → scout → plan → critic → build → verify → close). Use at phase boundaries for /ks-conductor, Plan Mode execution packs, or resume after interruption.

2026-07-06
architecture-decision-record
软件开发工程师

Creates Architecture Decision Records (ADRs) to document significant technical decisions — why a choice was made, what alternatives were considered, and what tradeoffs were accepted. Use when making or documenting important architectural choices, selecting a framework or library, or when the user asks to document a decision, write an ADR, or record a technical choice.

2026-07-06
database-schema-designer
数据库架构师

Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models.

2026-07-06
debugging
软件开发工程师

Systematic debugging workflow for diagnosing and fixing bugs, errors, and unexpected behavior. Use when investigating failures, reading stack traces, reproducing issues, root-causing regressions, or when the cause of a problem is unknown. Applies structured hypothesis-driven debugging before patching.

2026-07-06
kubernetes-deploying
网络与计算机系统管理员

Use when deploying applications to Kubernetes — Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, and scaling. For dry-run and security checks before apply, also use `devops-skills`.

2026-07-06
modern-web-guidance
网页开发工程师

Search tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns. Trigger immediately for: - UI/Layout: Modals, dialogs, popovers, Glassmorphism/backdrop-filters, anchor positioning, container queries, `:has()`, `:user-valid`. - Scroll/Motion: View Transitions, Scroll-driven animations, scroll parallax/reveals. - Performance: CWV (LCP, INP), content-visibility, Fetch Priority, image optimization. - System/APIs: Local filesystem access, WebUSB, WebSockets sync, WebAssembly widgets. - Frameworks: Adapting layout/styles in React, Vue, Angular. - General Frontend: Forms, autofill, advanced inputs, custom scrollbars, modern component states, etc. DO NOT trigger for: - Backend: Database SQL, ORMs, Express API routes. - Pipelines: CI/CD deployment, Docker, Actions. - Generic: Local scripts (Python/Go tools), ESLint, Git.

2026-07-06
prd
项目管理专家

Generate a structured Product Requirements Document (PRD) as a single source of truth before implementation. Use when the user wants to capture requirements, define a feature formally, write a spec, or produce a PRD. Bridges brainstorming/requirements-gathering to the execution phase.

2026-07-06
prompt-engineering
软件开发工程师

Write effective prompts for LLMs — structure, few-shot examples, chain-of-thought, system prompts, and output parsing.

2026-07-06
requirements-gathering
软件开发工程师

Extracts structured requirements from vague or underspecified requests. Produces acceptance criteria, explicit scope boundaries, constraints, and open questions. Use after brainstorming or when the user gives a fuzzy goal ("make it better", "add X", "support Y") and before planning or implementation. Bridges ideation to execution-ready specs.

2026-07-06
seo-auditing
市场调研分析师与营销专员

Audit technical SEO — meta tags, structured data, Open Graph, sitemaps, robots.txt, performance, and accessibility signals.

2026-07-06
spec-driven-development
软件开发工程师

Create machine-readable technical specs before implementing non-trivial features, APIs, or refactors. Use before BUILD phase when PLAN is STANDARD/COMPLEX and precise typed contracts, behavioral invariants, and example pairs are needed for validation. Triggers on "write a spec", "spec-first", "define the contract".

2026-07-06
test-driven-development
软件质量保证分析师与测试员

TDD workflow discipline — red→green→refactor cycle for any new feature, bugfix, or behavior change. Use when implementing any feature or fixing any bug before writing production code. Proactively apply when user says "add feature", "implement", "fix bug", or "build X".

2026-07-06
vercel-react-best-practices
软件开发工程师

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-07-06
verifying-in-browser
软件质量保证分析师与测试员

After making code changes, start the dev server, open the app in Cursor's built-in browser, and verify everything works — check rendering, console errors, and network health. Use proactively after any UI or API change.

2026-07-06
visual-qa-testing
软件质量保证分析师与测试员

Visually QA a web application by launching it in Cursor's built-in browser, taking screenshots, checking console errors, and auditing network requests. Use after making UI changes to verify they look correct.

2026-07-06
ponytail-audit
软件质量保证分析师与测试员

Whole-repo audit for over-engineering — ranked delete/simplify list (repo-wide ponytail-review). Use for "audit this codebase", "find bloat", "ponytail-audit", "/ponytail-audit". Read-only; does not apply fixes.

2026-07-02
ponytail-debt
软件质量保证分析师与测试员

Harvest ponytail: comment markers into a debt ledger. Use for "ponytail debt", "/ponytail-debt", "list shortcuts", "ponytail ledger". Read-only unless user asks to write PONYTAIL-DEBT.md.

2026-07-02
subagent-driven-development
软件开发工程师

Use when executing implementation plans with independent tasks — dispatches fresh subagents per task with two-stage review (spec compliance, then code quality)

2026-07-01
context-prime
软件开发工程师

Loads structured project context at session start from README, docs, plans, git state, and memory MCPs. Use when orienting on a known project, resuming after a gap, or when the user says "prime context" or "/context-prime".

2026-07-01
memory-bank
软件开发工程师

Scaffold and maintain a /memory_bank/ directory in any project. Provides human-readable context that survives tool changes and supplements user-cursor10x-mcp + user-devcontext session memory. Use when starting a new project, resuming after a long gap, or when the user asks to "set up memory" or "create a memory bank" for a project.

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

Review diffs for over-engineering only — delete-list with stdlib/native/yagni tags. Use for "ponytail-review", "review for over-engineering", "what can we delete", "simplify review", or before merge when the diff looks bloated. Complements deslop (AI slop) and code-reviewer (correctness).

2026-06-28
当前展示该仓库 Top 40 / 117 个已收集 skills。