top skills
pricing
resources
install
github
sign in
sign up
back to leaderboard
NE
@neolabhq
contributor on implexa, with 63 skills ranked by
SkillRank
across 1 source.
neolabhq on github
publishes to skills.sh
skills, ranked by SkillRank
score
source
skill
7.2
skills.sh
kaizen
kaizen covers continuous improvement mindset applied to code, design, and systems through four pillars: incremental progress, error-proofing by design, standardized work, and building only what's needed now. includes code examples and anti-patterns.
5.9
skills.sh
multi-agent-patterns
multi-agent-patterns addresses context bottlenecks and task decomposition by distributing work across focused agent invocations. covers supervisor, peer-to-peer, and hierarchical patterns with emphasis on context isolation over role simulation.
4.2
skills.sh
create-command
create-command is a meta-skill documenting how to build claude commands with category classification, frontmatter requirements, and pattern research. actual command generation logic is absent.
—
skills.sh
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…
—
skills.sh
git-notes
Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages…
—
skills.sh
why
Iterative Five Whys root cause analysis drilling from symptoms to fundamentals
—
skills.sh
analyse-problem
Comprehensive A3 one-page problem analysis with root cause and action plan
—
skills.sh
setup-context7-mcp
Guide for setup Context7 MCP server to load documentation for specific technologies.
—
skills.sh
analyse
Auto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target
—
skills.sh
do-in-parallel
Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection, quality-focused prompting, and meta-judge →…
—
skills.sh
add-task
creates draft task file in .specs/tasks/draft/ with original user intent
—
skills.sh
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,…
—
skills.sh
status
Display the current state of the FPF knowledge base
—
skills.sh
propose-hypotheses
Execute complete FPF cycle from hypothesis generation to decision
—
skills.sh
build-mcp
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when…
—
skills.sh
fix-tests
Systematically fix all failing tests after business logic changes or refactoring
—
skills.sh
create-agent
Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic…
—
skills.sh
critique
Comprehensive multi-perspective review using specialized judges with debate and consensus building
—
skills.sh
query
Search the FPF knowledge base and display hypothesis details with assurance information
—
skills.sh
cause-and-effect
Systematic Fishbone analysis exploring problem causes across six categories
—
skills.sh
plan-do-check-act
Iterative PDCA cycle for systematic experimentation and continuous improvement
—
skills.sh
setup-codemap-cli
Guide for setup Codemap CLI for intelligent codebase visualization and navigation
—
skills.sh
write-tests
Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including…
—
skills.sh
implement-task
Implement a task with automated LLM-as-Judge verification for critical steps
—
skills.sh
launch-sub-agent
Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory…
—
skills.sh
create-hook
Create and configure git hooks with intelligent project analysis, suggestions, and automated testing
—
skills.sh
review-local-changes
Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions
—
skills.sh
create-pr
Create pull requests using GitHub CLI with proper templates and formatting
—
skills.sh
create-workflow-command
Create a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts
—
skills.sh
setup-arxiv-mcp
setup-arxiv-mcp — an installable skill for AI agents, published by neolabhq/context-engineering-kit.
—
skills.sh
reset
Reset the FPF reasoning cycle to start fresh
—
skills.sh
review-pr
review-pr — an installable skill for AI agents, published by neolabhq/context-engineering-kit.
—
skills.sh
do-competitively
Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis
—
skills.sh
do-and-judge
Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop
—
skills.sh
decay
Manage evidence freshness by identifying stale decisions and providing governance actions
—
skills.sh
setup-serena-mcp
setup-serena-mcp — an installable skill for AI agents, published by neolabhq/context-engineering-kit.
—
skills.sh
do-in-steps
Execute complex tasks through sequential sub-agent orchestration with intelligent model selection, meta-judge → LLM-as-a-judge verification
—
skills.sh
load-issues
Load all open issues from GitHub and save them as markdown files
—
skills.sh
create-rule
create-rule — an installable skill for AI agents, published by neolabhq/context-engineering-kit.
—
skills.sh
test-prompt
Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR…
—
skills.sh
create-ideas
Generate ideas in one shot using creative sampling
—
skills.sh
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…
—
skills.sh
attach-review-to-pr
Add line-specific review comments to pull requests using GitHub CLI API
—
skills.sh
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…
—
skills.sh
root-cause-tracing
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,…
—
skills.sh
git-worktrees
Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing…
—
skills.sh
actualize
Reconcile the project's FPF state with recent repository changes
—
skills.sh
apply-anthropic-skill-best-practices
Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure
—
skills.sh
analyze-issue
Analyze a GitHub issue and create a detailed technical specification
—
skills.sh
memorize
Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering
—
skills.sh
subagent-driven-development
subagent-driven-development — an installable skill for AI agents, published by neolabhq/context-engineering-kit.
—
skills.sh
commit
Create well-formatted commits with conventional commit messages and emoji
—
skills.sh
brainstorm
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning,…
—
skills.sh
judge
Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation
—
skills.sh
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…
—
skills.sh
reflect
Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification
—
skills.sh
tree-of-thoughts
tree-of-thoughts — an installable skill for AI agents, published by neolabhq/context-engineering-kit.
—
skills.sh
write-concisely
Apply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional.
—
skills.sh
plan-task
Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task
—
skills.sh
agent-evaluation
Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring…
—
skills.sh
thought-based-reasoning
Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where…
—
skills.sh
judge-with-debate
Evaluate solutions through multi-round debate between independent judges until consensus
—
skills.sh
context-engineering
Understand the components, mechanics, and constraints of context in agent systems. Use when writing, editing, or optimizing commands, skills, or sub-agents…
neolabhq (63 skills ranked by SkillRank) | implexa