CtrlK
BlogDocsLog inGet started
Tessl Logo

context-engineering-kit

github.com/NeoLabHQ/context-engineering-kit

Skill

Added

Review

reflect

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

create-pr

Create pull requests using GitHub CLI with proper templates and formatting

setup-serena-mcp

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

test-driven-development

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

attach-review-to-pr

Add line-specific review comments to pull requests using GitHub CLI API

implement-task

Implement a task with automated LLM-as-Judge verification for critical steps

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

plan-task

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

propose-hypotheses

Execute complete FPF cycle from hypothesis generation to decision

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

do-competitively

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

query

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

fix-tests

Systematically fix all failing tests after business logic changes or refactoring

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.

decay

Manage evidence freshness by identifying stale decisions and providing governance actions

add-task

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

write-tests

Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.

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.

memorize

Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering

why

Iterative Five Whys root cause analysis drilling from symptoms to fundamentals

analyse-problem

Comprehensive A3 one-page problem analysis with root cause and action plan

apply-anthropic-skill-best-practices

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

setup-codemap-cli

Guide for setup Codemap CLI for intelligent codebase visualization and navigation

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.

commit

Create well-formatted commits with conventional commit messages and emoji