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
37 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
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.
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
build-mcp
build-mcp provides a phased workflow for implementing MCP servers with agent-centric tool design principles, comprehensive planning, language-specific implementation paths, and evaluation frameworks. covers research, coding standards, testing constraints, and quality verification.
6.8skills.sh
prompt-engineering
prompt-engineering covers five core techniques (few-shot learning, chain-of-thought, optimization, templates, system prompts) plus integration patterns, performance tuning, and persuasion principles for agent communication. practical but lacks decision trees for when to apply each pattern.
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.5skills.sh
status
status introspects the fpf knowledge base directory structure, counts hypotheses across layers, flags stale or expired evidence, and reports the current reasoning phase via formatted output.
6.3skills.sh
propose-hypotheses
propose-hypotheses executes a multi-stage first principles framework workflow: hypothesis generation, logic verification, evidence validation, trust audit, and final decision. relies on external fpf-agent with file-based state passing between numbered steps.
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
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.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.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.
5.1skills.sh
apply-anthropic-skill-best-practices
meta-guidance on skill authoring principles from anthropic covering metadata design, model testing considerations, and optimization for token efficiency, but lacks actionable detail for actual skill construction.
4.9skills.sh
attach-review-to-pr
attach-review-to-pr covers adding line-specific comments to pull requests via github cli api or mcp tools, with fallback paths for unavailable endpoints and guidance on single vs batch operations.
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
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
thought-based-reasoning
thought-based-reasoning catalogs chain-of-thought prompting variants (zero-shot, few-shot, tree of thoughts, react, pal, reflexion) with rough accuracy gains and deployment guidance, but lacks actionable procedure and failure mode discussion.
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.
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.1skills.sh
do-competitively
do-competitively orchestrates multi-agent task execution via competitive generation, meta-judge evaluation rubric synthesis, and evidence-based output merging. strategy selection adapts to confidence levels and cost constraints.
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
update-docs
update-docs orchestrates multi-agent documentation workflows for local code changes, covering markdown files, readmes, and api specs, but lacks detailed procedural definition.
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.
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.
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
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
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
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
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
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
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