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

ai-cortex

ai-cortex에는 nesnilnehc에서 수집한 skills 47개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
47
Stars
7
업데이트
2026-07-15
Forks
2
직업 범위
직업 카테고리 10개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

manage-secret
소프트웨어 개발자

Store, look up, or delete a personal credential (server SSH password, database password, website login, API key/token, certificate passphrase) in the macOS Keychain using a consistent <project>-<env>-<kind> naming scheme, and optionally record a pointer (never the secret itself) in the current project's Claude Code memory. Always use this skill whenever the user asks to save, store, remember, look up, rotate, or delete a password, API key, token, SSH credential, or database credential on this machine — even if they don't say "Keychain" or "security" explicitly, e.g. "save this database password so I don't lose it", "把这个数据库密码存一下", "记一条密钥", "这台服务器的密码帮我记下来", "what's the postgres password for staging again", "delete the old GitHub token from keychain". Do not use this for team-shared secret vaults, CI/CD secret injection, or anything that needs to sync across machines — those need a real secrets manager, not this skill.

2026-07-15
consume-nats-message
소프트웨어 개발자

Drain pending NATS messages from a producer contract via NATS MCP tools. Discovers the available NATS tool capabilities, selects exact-subject or wildcard mode from .cortex/nats.yaml, applies Tolerant Reader semantics, executes ack/nak/term decisions, and returns aggregated stats.

2026-07-15
refine-skill-design
기타 컴퓨터 관련 직업

Audit and refactor existing SKILLs to meet spec compliance, repository asset boundaries, tool adaptation requirements, and LLM best practices.

2026-07-04
deliver-feature
소프트웨어 개발자

From inside a linked worktree, deliver the current feature branch into main — merge with --no-ff, push, and optionally clean up the worktree, all without leaving CWD.

2026-06-19
redeploy-local
네트워크·컴퓨터 시스템 관리자

After code changes, auto-detect the project's build system and local deployment method for a given directory, then build the project and restart its locally-deployed environment (Docker Compose / systemd / process manager). Never assumes — asks only when detection is ambiguous. Caches detected commands per project in .cortex/redeploy-local.yaml; re-invocations on the same project skip re-scanning until signal files change, the cache expires (30 days), or the skill version bumps.

2026-06-19
integrate-branches
소프트웨어 개발자

From the main repo on the main branch, scan all linked worktrees and local branches, let the user multi-select, then merge --no-ff + push them sequentially and clean up succeeded worktrees together.

2026-06-19
scaffold-agent-tests
소프트웨어 품질 보증 분석가·테스터

Generate an LLM agent test suite (golden cases, mock-LLM unit tests, evaluator harness) from an agent implementation and its agent-test contract. Use when an agent has no tests, or a contract exists but the test code is missing.

2026-05-29
publish-nats-message
소프트웨어 개발자

Publish a NATS message conforming to a cross-team contract, using NATS MCP tools. Authors the contract on first use if missing. Reads project-level cache (.cortex/nats.yaml) to avoid re-prompting basics across sessions.

2026-05-21
orchestrate-governance-step
소프트웨어 개발자

Single-step governance executor — reads plan-next routing output, executes the highest-priority action, and emits a continuation signal for /loop-driven autopilot.

2026-05-18
plan-next
프로젝트 관리 전문가

Analyze governance state and suggest next actions from existing docs; read-only — never executes downstream skills.

2026-05-18
orchestrate-repair-loop
소프트웨어 품질 보증 분석가·테스터

Iteratively review changes, run automated tests, and apply targeted fixes until issues are resolved (or a stop condition is reached).

2026-05-15
generate-standard-readme
소프트웨어 개발자

Generate lean, high-density README. Sections pruned by value threshold — not fixed count. Primary goal — reader knows what the project is, where to look, and how to use it within 30 seconds.

2026-05-09
archive-milestone
프로젝트 관리 전문가

Archive a completed milestone by generating a snapshot summary, folding the roadmap stage, and removing the stale tasks directory.

2026-05-09
automate-tests
소프트웨어 품질 보증 분석가·테스터

Discover and execute repository test commands safely with evidence-based command selection and safety guardrails.

2026-05-09
capture-work-items
프로젝트 관리 전문가

Capture requirements, bugs, or issues from free-form input into structured, persistent artifacts. Use when user wants to record a work item quickly without deep validation.

2026-05-09
commit-work
소프트웨어 개발자

Create high-quality git commits with clear messages and logical scope. Core goal - produce reviewable commits following Conventional Commits format with pre-commit quality checks.

2026-05-09
decontextualize-text
기술 작가

Convert text with private context or internal dependencies into generic, unbiased expressions that are standalone and reusable. Core goal - produce decontextualized text that preserves logic while removing organizational identifiers. Use for project handoff, open-source prep, methodology abstraction, cross-team sharing.

2026-05-09
define-docs-norms
소프트웨어 개발자

Create or update docs/ARTIFACT_NORMS.md from an approved proposal and establish project docs norms as canonical rules.

2026-05-09
define-mission
마케팅 관리자

Define the fundamental purpose of a project or organization. Answers why the project exists; produces a single mission statement persisted to docs.

2026-05-09
define-north-star
마케팅 관리자

Define the single most important metric representing the core value delivered to users. Produces North Star Metric with rationale, optional supporting metrics, and anti-pattern examples; persisted to docs.

2026-05-09
define-roadmap
마케팅 관리자프로젝트 관리 전문가

Derive a strategic roadmap from goals using milestone checkpoints, strategic bets, success metrics, and promotion criteria. Produces a decision-grade roadmap document.

2026-05-09
define-strategic-pillars
마케팅 관리자

Derive 3–5 strategic pillars (high-level themes) from vision and North Star that structure and guide strategic goals and roadmap. Produces a strategic pillars document; persisted to docs.

2026-05-09
define-vision
마케팅 관리자

Define the long-term future the project aims to create. Answers what future we are building; produces a vision statement aligned with mission, persisted to docs.

2026-05-09
design-strategic-goals
총괄·운영 관리자

Define 3–5 long-term strategic goals that move the project toward the vision and North Star. Produces a goals document aligned with mission, vision, and NSM; persisted to docs.

2026-05-09
generate-agent-entry
기술 작가

Write or revise AGENTS.md per embedded output contract to establish project identity, authoritative sources, and behavioral expectations. Use when creating Agent entry for new projects, auditing existing AGENTS.md, or adopting the AI Cortex entry format.

2026-05-09
generate-github-workflow
네트워크·컴퓨터 시스템 관리자

GitHub Actions YAML with embedded output contract: security-first, minimal permissions, version pinning. For CI, release, PR checks. Differs from generic templates by spec compliance and auditability.

2026-05-09
orchestrate-code-review
소프트웨어 품질 보증 분석가·테스터

Orchestrator skill — sequence atomic review-* skills (scope → language → framework → library → cognitive) and aggregate findings into a unified report.

2026-05-09
prioritize-backlog
프로젝트 관리 전문가

Force a clean re-score of every backlog item with four frameworks (RICE, WSJF, MoSCoW, ICE) in parallel — ignores any existing priority, auto-detects multi-file or single-file backlog layouts, surfaces framework disagreements, and captures the user's final decision with rationale.

2026-05-09
promote-roadmap-items
프로젝트 관리 전문가

Promote prioritized backlog items into the roadmap's Now/Next/Later tiers based on strategic_goal capacity allocation and priority scores. Event-driven (not calendar-driven).

2026-05-09
review-architecture
소프트웨어 개발자

Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.

2026-05-09
review-codebase
소프트웨어 개발자

Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.

2026-05-09
review-diff
소프트웨어 품질 보증 분석가·테스터

Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.

2026-05-09
review-dotnet
소프트웨어 개발자

Review .NET (C#/F#) code for language and runtime conventions: async/await, nullable, API versioning, IDisposable, LINQ, and testability. Language-only atomic skill; output is a findings list.

2026-05-09
review-go
소프트웨어 개발자

Review Go code for language and runtime conventions: concurrency, context usage, error handling, resource management, API stability, type semantics, and testability. Language-only atomic skill; output is a findings list.

2026-05-09
review-java
소프트웨어 개발자

Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.

2026-05-09
review-orm-usage
소프트웨어 개발자

Review ORM usage patterns for N+1 queries, connection management, migration safety, transaction handling, and query efficiency. Library-level atomic skill; output is a findings list.

2026-05-09
review-performance
소프트웨어 개발자

Review code for performance: complexity, database/query efficiency, I/O and network cost, memory and allocation behavior, concurrency contention, caching, and latency/throughput regressions. Cognitive-only atomic skill; output is a findings list.

2026-05-09
review-php
소프트웨어 개발자

Review PHP code for language and runtime conventions: strict types, error handling, resource management, PSR standards, namespaces, null safety, generators, and testability. Language-only atomic skill; output is a findings list.

2026-05-09
review-powershell
소프트웨어 개발자

Review PowerShell code for language and runtime conventions: advanced functions, parameter design, error handling, object pipeline behavior, compatibility, and testability. Language-only atomic skill; output is a findings list.

2026-05-09
review-python
소프트웨어 개발자

Review Python code for language and runtime conventions: type hints, exceptions, async/await, context managers, dependencies, and testability. Language-only atomic skill; output is a findings list.

2026-05-09
이 저장소에서 수집된 skills 47개 중 상위 40개를 표시합니다.