implexa
back to leaderboard
NE

@neolabhq

contributor on implexa, with 63 skills ranked by SkillRank across 1 source.

neolabhq on githubpublishes to skills.sh
skills
63
avg SkillRank
5.4
28 scored / 63 total
total stars
across 1 repo
total installs
across 1 repo

skills, ranked by SkillRank

scoresourceskill
8.2skills.sh
plan-do-check-act
plan-do-check-act provides a structured four-phase iterative framework for continuous improvement, with detailed steps for hypothesis-driven experimentation, measurement, and standardization. includes concrete worked examples across infrastructure, testing, and process domains.
7.2skills.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.
7.2skills.sh
create-workflow-command
create-workflow-command provides a templated approach to building multi-step orchestration commands that dispatch work to sub-agents via file-based task prompts, reducing context bloat in the main orchestrator.
7.2skills.sh
cause-and-effect
cause-and-effect guides systematic fishbone analysis across six domains (people, process, technology, environment, methods, materials) to identify root causes rather than symptoms, with worked examples showing prioritization and solution mapping.
6.8skills.sh
root-cause-tracing
root-cause-tracing walks backward through call stacks to isolate the original trigger of deep errors rather than patching symptoms. it establishes a principle and decision framework but lacks concrete procedural steps.
6.8skills.sh
create-agent
create-agent documents the anatomy and construction of claude code agents, covering frontmatter rules, system prompt design, triggering patterns, and validation. provides templates and worked examples but lacks concrete failure mode discussion.
6.3skills.sh
query
query searches fpf knowledge bases by keyword, id, or layer, returning hypothesis metadata with r_eff scores and dependency trees in structured table format.
6.2skills.sh
launch-sub-agent
launch-sub-agent routes tasks to appropriate language models and specialized agent profiles using zero-shot chain-of-thought reasoning and mandatory self-critique loops. covers complexity classification, model selection via decision tree, and structured prompt construction with verification gates.
6.2skills.sh
setup-codemap-cli
setup-codemap-cli guides installation and configuration of codemap for codebase visualization, with support for project-level, personal, and global configuration scopes and optional hook integration.
5.9skills.sh
create-pr
create-pr wraps github cli to scaffold pull requests with conventional commit formatting and template enforcement, but lacks clarity on failure handling and recovery paths.
5.9skills.sh
plan-task
plan-task refines draft task specifications through parallel analysis, architectural synthesis, decomposition, and risk identification, moving validated work from draft to ready state.
5.9skills.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.
5.8skills.sh
create-hook
create-hook guides users through git hook setup by analyzing project tooling, suggesting relevant hooks based on detected frameworks and scripts, and creating executable scripts with test validation.
5.8skills.sh
fix-tests
fix-tests orchestrates parallel agent execution to repair broken test suites after logic changes, with conditional logic to avoid test rewriting on complex refactors. procedure lacks concrete sequencing and outcome signals.
5.8skills.sh
do-and-judge
do-and-judge implements a task execution pattern with meta-judge specification generation, parallel sub-agent dispatch, external verification, and retry loop. orchestrator role only, no direct tool execution.
5.4skills.sh
write-tests
write-tests orchestrates test creation for local code changes by analyzing complexity, delegating to specialized agents for multi-file scenarios, and verifying coverage iteratively. covers git-based change detection and conditional branching between simple and complex workflows.
5.2skills.sh
judge-with-debate
judge-with-debate orchestrates multi-round consensus evaluation by deploying independent judges with shared rubrics and evidence-based argumentation, reducing individual bias through structured debate.
5.2skills.sh
load-issues
load-issues fetches open github issues via gh cli and persists them as markdown files in a specs directory with standardized naming and metadata structure.
4.9skills.sh
decay
decay detects and flags stale evidence in decisions, enabling time-aware risk governance through expiry tracking and waiver workflows.
4.3skills.sh
test-skill
test-skill applies red-green-refactor cycles to skill validation, requiring agents to fail without documentation before strengthening it. depends on pre-existing tdd knowledge and external examples.
4.2skills.sh
review-local-changes
review-local-changes orchestrates multi-agent code review of uncommitted changes with configurable impact filtering and output formats, but procedure execution relies heavily on external agent behavior without clear fallback or validation mechanisms.
4.2skills.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.
4.2skills.sh
agent-evaluation
agent-evaluation describes conceptual frameworks and research findings for assessing non-deterministic agent systems using multi-dimensional rubrics and lm-as-judge approaches, but lacks concrete implementation procedures.
3.5skills.sh
write-concisely
write-concisely applies strunk and white grammar rules to documentation. lacks actionable procedure, decision logic, and concrete output validation.
3.2skills.sh
implement-task
implement-task orchestrates multi-step task execution with lmm-as-judge verification, but the skill document is itself a procedural system design rather than a reusable skill with clear trigger conditions or discrete, actionable outputs.
3.2skills.sh
critique
critique attempts a multi-agent review framework but lacks actionable step-by-step procedure, concrete trigger examples, and explicit failure handling. the skill reads as a template for debate orchestration rather than executable critique logic.
3.2skills.sh
create-ideas
create-ideas generates six candidate responses via bimodal sampling (high confidence vs exploratory tail), but lacks concrete inputs, decision logic, and failure handling. procedural intent is visible but underspecified.
2.4skills.sh
judge
judge attempts to spawn evaluation agents but lacks concrete implementation details, procedural clarity, and failure handling. incomplete specification unsuitable for cross-vendor deployment.
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
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
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
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-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
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
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
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
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