neolabhq/context-engineering-kit▌
66 approved skills in this repository
ddd:software-architecture
Productivity
This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles.
sdd:brainstorm
AI/ML
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
sdd:create-ideas
Productivity
Generate Ideas \n You are a helpful assistant. For each query, please generate a set of 6 possible responses, each as separate list item. Responses should each include a text and a numeric probability.\nPlease sample responses at random from the [full distribution / tails of the distribution], in such way that: \n \n For first 3 responses aim for high probability, over 0.80 \n For last 3 responses aim for diversity - explore different regions of the solution space, such that the probability of e
git:merge-worktree
Productivity
Your job is to help users merge changes from git worktrees into their current branch, supporting multiple merge strategies from simple file checkout to selective cherry-picking.
reflexion:reflect
Productivity
Reflect on previus response and output.
git:load-issues
Productivity
Load all open issues from the current GitHub repository and save them as markdown files in the ./specs/issues/ directory.
mcp:setup-context7-mcp
Productivity
User Input:
git:commit
Productivity
Your job is to create well-formatted commits with conventional commit messages and emoji.
sadd:multi-agent-patterns
Productivity
Multi-agent architectures distribute work across multiple agent invocations, each with its own focused context. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division.
tech-stack:add-typescript-best-practices
Backend
Create or update CLAUDE.md in with following content, write it strictly as it is, do not summaraise or introduce and new additional information:
customaize-agent:context-engineering
AI/ML
Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering.
code-review:review-local-changes
Productivity
You are an expert code reviewer conducting a thorough evaluation of local uncommitted changes. Your review must be structured, systematic, and provide actionable feedback including improvement suggestions.
sadd:launch-sub-agent
Productivity
Before dispatching, analyze the task systematically. Think through step by step:
customaize-agent:prompt-engineering
AI/ML
Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability.
sadd:subagent-driven-development
Productivity
Create and execute plan by dispatching fresh subagent per task or issue, with code and output review after each or batch of tasks.
fpf:query
Productivity
Search the FPF knowledge base and display hypothesis details with assurance information.
fpf:propose-hypotheses
Productivity
Execute the First Principles Framework (FPF) cycle: generate competing hypotheses, verify logic, validate evidence, audit trust, and produce a decision.
fpf:actualize
Productivity
This command is a core part of maintaining a living assurance case. It keeps your FPF knowledge base (.fpf/) in sync with the evolving reality of your project's codebase.
fpf:decay
Productivity
Manages evidence freshness by identifying stale decisions and providing governance actions. Implements FPF B.3.4 (Evidence Decay).
fpf:status
Productivity
Display the current state of the FPF knowledge base.
mcp:setup-arxiv-mcp
Productivity
User Input:
mcp:setup-codemap-cli
Productivity
User Input:
git:notes
Productivity
Git notes attach metadata to commits (or any Git object) without modifying the objects themselves. Notes are stored separately and displayed alongside commit messages.
mcp:build-mcp
Frontend
To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks using the tools provided.
kaizen:why
AI/ML
Apply Five Whys root cause analysis to investigate issues by iteratively asking "why" to drill from symptoms to root causes.
git:analyze-issue
Productivity
Please analyze GitHub issue #$ARGUMENTS and create a technical specification.
git:create-worktree
Productivity
Your job is to create and setup git worktrees for parallel development, with automatic detection and installation of project dependencies.
git:attach-review-to-pr
Productivity
This guide explains how to add line-specific review comments to pull requests using the GitHub CLI (gh) API or mcp__github_inline_comment__create_inline_comment if it not available, similar to how the GitHub UI allows commenting on specific lines of code.
sadd:do-competitively
Productivity
Key features:
kaizen:cause-and-effect
AI/ML
Apply Fishbone (Ishikawa) diagram analysis to systematically explore all potential causes of a problem across multiple categories.
sadd:do-and-judge
Productivity
Execute a single task by dispatching an implementation sub-agent, verifying with an independent judge, and iterating with feedback until passing or max retries exceeded.
customaize-agent:create-command
AI/ML
This meta-command helps create other commands by:
kaizen:analyse-problem
AI/ML
Apply A3 problem-solving format for comprehensive, single-page problem documentation and resolution planning.
customaize-agent:create-hook
AI/ML
Analyze the project, suggest practical hooks, and create them with proper testing.
kaizen:analyse
AI/ML
Intelligently select and apply the most appropriate Kaizen analysis technique based on what you're analyzing.
sadd:do-in-parallel
Productivity
Key benefits:
kaizen:plan-do-check-act
AI/ML
Apply PDCA cycle for continuous improvement through iterative problem-solving and process optimization.
tdd:write-tests
Testing
User can provide a what tests or modules to focus on:
git:compare-worktrees
Productivity
Your job is to compare files and directories between git worktrees, helping users understand differences in code across branches or worktrees.
kaizen:kaizen
AI/ML
Apply continuous improvement mindset - suggest small iterative improvements, error-proof designs, follow established patterns, avoid over-engineering; automatically applied to guide quality and simplicity
customaize-agent:test-skill
AI/ML
Test skill provided by user or developed before.
reflexion:memorize
Productivity
Output must add precise, actionable bullets that future tasks can immediately apply.
kaizen:root-cause-tracing
AI/ML
Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom.
sadd:judge
Productivity
Before launching the evaluation pipeline, identify what needs evaluation:
customaize-agent:apply-anthropic-skill-best-practices
AI/ML
Apply Anthropic's official skill authoring best practices to your skill.
customaize-agent:agent-evaluation
AI/ML
Evaluation of agent systems requires different approaches than traditional software or even standard language model applications. Agents make dynamic decisions, are non-deterministic between runs, and often lack single correct answers. Effective evaluation must account for these characteristics while providing actionable feedback. A robust evaluation framework enables continuous improvement, catches regressions, and validates that context engineering choices achieve intended effects.
reflexion:critique
Productivity
The review is report-only - findings are presented for user consideration without automatic fixes.
ddd:setup-code-formating
Productivity
$1f
customaize-agent:create-skill
AI/ML
This command provides guidance for creating effective skills.
git:create-pr
Productivity
This guide explains how to create pull requests using GitHub CLI in our project.
tdd:fix-tests
Testing
User can provide to focus on specific tests or modules:
sadd:judge-with-debate
Productivity
Key benefits:
code-review:review-pr
Productivity
You are an expert code reviewer conducting a thorough evaluation of this pull request. Your review must be structured, systematic, and provide actionable feedback.
customaize-agent:thought-based-reasoning
AI/ML
Chain-of-Thought (CoT) prompting and its variants encourage LLMs to generate intermediate reasoning steps before arriving at a final answer, significantly improving performance on complex reasoning tasks. These techniques transform how models approach problems by making implicit reasoning explicit.
docs:write-concisely
Documents
William Strunk Jr.'s The Elements of Style (1918) teaches you to write clearly and cut ruthlessly. Apply these rules to task that requested by user.
tdd:test-driven-development
Testing
Write the test first. Watch it fail. Write minimal code to pass.
docs:update-docs
Documents
User can provide specific focus areas or documentation types:
sdd:add-task
Productivity
Your role is to create a draft task file that exactly matches the user's request.
sdd:plan
Productivity
You are a task refinement orchestrator. Take a draft task file created by /add-task and refine it through a coordinated multi-agent workflow with quality gates after each phase.
sadd:do-in-steps
Productivity
CRITICAL: You are the orchestrator only - you MUST NOT perform the task yourself. IF you read, write or run bash tools you failed task imidiatly. It is single most critical criteria for you. If you used anyting except sub-agents you will be killed immediatly!!!! Your role is to:
sadd:tree-of-thoughts
Productivity
Key benefits:
customaize-agent:test-prompt
AI/ML
Test any prompt before deployment: commands, hooks, skills, subagent instructions, or production LLM prompts.
mcp:setup-serena-mcp
Productivity
User Input:
git:worktrees
Productivity
Git worktrees enable checking out multiple branches simultaneously in separate directories, all sharing the same repository. Create a worktree instead of stashing changes or cloning separately.
sdd:implement
Productivity
Your job is to implement solution in best quality using task specification and sub-agents. You MUST NOT stop until it critically neccesary or you are done! Avoid asking questions until it is critically neccesary! Launch implementation agent, judges, iterate till issues are fixed and then move to next step!
fpf:reset
Productivity
Reset the FPF reasoning cycle to start fresh.