Skip to main content

이 저장소의 skills

NeoLabHQ/context-engineering-kit - 2페이지

SkillsMP는 NeoLabHQ/context-engineering-kit에서 110개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

NeoLabHQ/context-engineering-kit

수집된 skill 110개 중 40개를 표시합니다.

직업 분류
미분류
설명

Iterative PDCA cycle for systematic experimentation and continuous improvement

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Refine a draft task specification into a fully planned, implementation-ready task with acceptance criteria, architecture, per-step sub-task files and verifiable phases

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Execute complete FPF cycle from hypothesis generation to decision

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Reset the FPF reasoning cycle to start fresh

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guide for setup arXiv paper search MCP server using Docker MCP

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guide for setup Codemap CLI for intelligent codebase visualization and navigation

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guide for setup Context7 MCP server to load documentation for specific technologies.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guide for setup Serena MCP server for semantic code retrieval and editing capabilities

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Display the current state of the FPF knowledge base

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks,…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

This skill should be used when need prioritize what changed code in repository human must review.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Iterative Five Whys root cause analysis drilling from symptoms to fundamentals

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Refine a draft task specification into a fully planned, implementation-ready task with acceptance criteria, architecture, per-step sub-task files and verifiable phases

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement a task step by step with automated LLM-as-Judge verification at the end of each phase

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

creates draft task file in .specs/tasks/draft/ with original user intent

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
수집된 skill 110개 중 40개를 표시합니다.