Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

KS-Cursor-Orchestrator

KS-Cursor-Orchestrator에는 kscius에서 수집한 skills 117개가 있으며, 저장소 수준 직업 범위와 사이트 내 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
이 저장소에서 수집된 skills 117개 중 상위 40개를 표시합니다.