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

context-engineering-kit

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

수집된 skills
67
Stars
1.2k
업데이트
2026-07-06
Forks
132
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

review-local-changes
소프트웨어 품질 보증 분석가·테스터

Review your local uncommitted working-tree changes (git diff plus untracked files) and return actionable improvement suggestions. Use before committing, when nothing has been pushed yet.

2026-07-06
review-pr
소프트웨어 품질 보증 분석가·테스터

Review an existing GitHub pull request and post inline review comments on its diff. Use when the changes are on an opened PR rather than your local working tree.

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

Add missing test coverage for your local code changes by generating new test files (covers uncommitted and untracked changes, or the latest commit if everything is committed). Use when you want write tests for new logic or increase test coverage.

2026-06-29
do-in-parallel
소프트웨어 개발자

Run independent tasks concurrently across multiple files or targets using parallel sub-agents, with per-task model selection and LLM-as-a-judge verification. Use when tasks do not depend on each other and can run side by side.

2026-06-22
do-in-steps
소프트웨어 개발자

Execute one complex task as ordered, dependent steps run sequentially, passing context from each step to the next, with per-step LLM-as-a-judge verification. Use when later steps depend on the results of earlier ones.

2026-06-22
resolve-fixed-pr-comments
소프트웨어 품질 보증 분석가·테스터

Verify what PR review comments have been addressed (committed/pushed OR uncommitted local changes) and resolve the threads that are genuinely fixed or no longer relevant.

2026-06-20
load-pr-comments
소프트웨어 품질 보증 분석가·테스터

Use to load open/unresolved PR review comments then aggregate them as tasks in .specs/comments/*.md for parallel agents to fix.

2026-06-20
do-and-judge
소프트웨어 개발자

Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop

2026-06-14
do-competitively
소프트웨어 개발자

Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis

2026-06-14
brainstorm
소프트웨어 개발자

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

2026-06-10
implement-task
소프트웨어 개발자

Implement a task with automated LLM-as-Judge verification per step

2026-06-10
test-prompt
소프트웨어 개발자

Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing

2026-05-31
plan-task
소프트웨어 개발자

Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task

2026-05-31
design-testing-strategy
소프트웨어 품질 보증 분석가·테스터

Use before writing any type of tests. Distills 14 industry sources into deterministic decision gates, schemas, and worked test examples.

2026-05-26
test-coverage
소프트웨어 품질 보증 분석가·테스터

Use after writing tests to assess coverage quality across structural, mutation, requirements, and API/integration dimensions; organized knowledge for choosing and interpreting coverage analyses.

2026-05-26
git-worktrees
소프트웨어 개발자

Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.

2026-04-16
create-rule
기타 컴퓨터 관련 직업

Use when found gap or repetative issue, that produced by you or implemenataion agent. Esentially use it each time when you say "You absolutly right, I should have done it differently." -> need create rule for this issue so it not appears again.

2026-04-07
create-skill
기타 컴퓨터 관련 직업

Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

2026-04-07
create-pr
소프트웨어 개발자

Create pull requests using GitHub CLI with proper templates and formatting

2026-04-07
git-notes
소프트웨어 개발자

Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.

2026-04-07
judge
소프트웨어 품질 보증 분석가·테스터

Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation

2026-04-06
judge-with-debate
소프트웨어 개발자

Evaluate solutions through multi-round debate between independent judges until consensus

2026-04-06
tree-of-thoughts
소프트웨어 개발자

Execute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with meta-judge evaluation specifications and multi-agent evaluation

2026-04-06
apply-anthropic-skill-best-practices
기타 컴퓨터 관련 직업

Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure

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

Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality.

2026-03-17
context-engineering
기타 컴퓨터 관련 직업

Understand the components, mechanics, and constraints of context in agent systems. Use when writing, editing, or optimizing commands, skills, or sub-agents prompts.

2026-03-17
create-agent
기타 컴퓨터 관련 직업

Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns

2026-03-17
create-command
소프트웨어 개발자

Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration

2026-03-17
create-hook
소프트웨어 개발자

Create and configure git hooks with intelligent project analysis, suggestions, and automated testing

2026-03-17
create-workflow-command
기타 컴퓨터 관련 직업

Create a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts

2026-03-17
prompt-engineering
기타 컴퓨터 관련 직업

Use this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.

2026-03-17
test-skill
소프트웨어 품질 보증 분석가·테스터

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

2026-03-17
thought-based-reasoning
소프트웨어 개발자

Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts, Least-to-Most, ReAct, PAL, Reflexion) with templates, decision matrices, and research-backed patterns

2026-03-17
update-docs
소프트웨어 개발자

Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.

2026-03-17
write-concisely
소프트웨어 개발자

Apply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional.

2026-03-17
actualize
소프트웨어 개발자

Reconcile the project's FPF state with recent repository changes

2026-03-17
decay
소프트웨어 개발자

Manage evidence freshness by identifying stale decisions and providing governance actions

2026-03-17
propose-hypotheses
프로젝트 관리 전문가

Execute complete FPF cycle from hypothesis generation to decision

2026-03-17
query
프로젝트 관리 전문가

Search the FPF knowledge base and display hypothesis details with assurance information

2026-03-17
reset
프로젝트 관리 전문가

Reset the FPF reasoning cycle to start fresh

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