Topic: agent
1,444 skills in this topic.
-
local-skills-mcp-guide
Repository implementation guide for the local-skills-mcp codebase. Use when asked: how src/index.ts and src/skill-loader.ts work together; where MCP tool handlers are defined and registered; how getAllSkillsDirectories priority and override behavior works; how local-skills-mcp discovers skills and merges metadata across directories; where validate_skill and evaluate_skill are implemented in this repository; or how integration tests are structured in this local-skills-mcp project.
kdpa-llc/local-skills-mcp 23
-
local-skills-mcp-usage
Operational guide for using Local Skills MCP in day-to-day projects. Use when asked: where skills should live (~/.claude/skills, ./.claude/skills, ./skills, SKILLS_DIR); directory precedence and override rules; how to configure local-skills-mcp in Claude Code mcp.json; fastest way to create a new skill folder and make it discoverable; how to add project skills to git so the team gets them; or how Local Skills MCP hot-reloads skill edits without restarting.
kdpa-llc/local-skills-mcp 23
-
skill-creator
Use this skill when building, writing, reviewing, or fixing a SKILL.md file for a new or existing skill. Covers choosing skill names, writing and correcting YAML frontmatter (name and description fields), crafting effective 'Use when' trigger phrases, structuring skill body instructions, improving an existing skill's routing quality with better trigger keywords, and interpreting or evaluating a skill description against an eval set using validate_skill or evaluate_skill.
kdpa-llc/local-skills-mcp 23
-
argentic-framework-development
Expert knowledge for building AI agents with Argentic - a Python microframework for async MQTT-based agents with multi-LLM support, custom tools, and multi-agent orchestration
angkira/argentic 5
-
b00t
elasticdotventures/_b00t_ 12
-
b00t
Use when user asks for /b00t to send b00t learn content to a nominated agent.
elasticdotventures/_b00t_ 12
-
certainty-grade
Apply HIGH/MEDIUM/LOW certainty grading to all agent findings and recommendations. Use to gate human review, auto-fix, or autonomous action.
elasticdotventures/_b00t_ 12
-
code-quality
Validate code quality using certainty-graded rules. Detect AI artifacts, anti-patterns, and b00t violations. Reports auto-fixable vs review-required findings.
elasticdotventures/_b00t_ 12
-
deslop
Remove AI-generated artifacts from code. Three-phase certainty-graded cleanup. Use after any AI implementation session or before PR creation.
elasticdotventures/_b00t_ 12
-
drift-detect
Detect documentation-code drift. Deterministic collection (grep/AST) feeds a single LLM semantic analysis call. Reports mismatches with certainty grades.
elasticdotventures/_b00t_ 12
-
model-routing
Select the right model for the task. Maps task cognitive tier to optimal model. Reads _b00t_ datums for available models. Prefer local/cheap for deterministic work; frontier for reasoning.
elasticdotventures/_b00t_ 12
-
next-task
End-to-end task pipeline. Discovers the next task, plans, implements, reviews with certainty-graded quality gates, then ships. Resumable via git state.
elasticdotventures/_b00t_ 12
-
aws-cli
CLI-first AWS orchestration skill for Lambda, ECS/Fargate, and S3 workflows rooted in `.☁️` runbooks.
elasticdotventures/_b00t_ 12
-
datum-system
Helps work with the b00t datum system - TOML-based configuration for AI models,
providers, and services. Datums are stored in ~/.dotfiles/_b00t_/ and specify
WHICH environment variables are required (not the values). Enables DRY approach
by centralizing configuration in Rust, exposed to Python via PyO3.
elasticdotventures/_b00t_ 12
-
direnv-pattern
Implements the b00t environment management pattern: direnv → .envrc → dotenv → .env
where datums specify WHICH environment variables are required and .env contains
the actual secret VALUES. Ensures automatic environment loading per-project.
elasticdotventures/_b00t_ 12
-
dry-philosophy
Don't Repeat Yourself (DRY) and Never Reinvent the Wheel (NRtW) - core b00t
principles. Use existing libraries, leverage Rust via PyO3 instead of duplicating
logic in Python, and contribute to upstream projects rather than fork privately.
elasticdotventures/_b00t_ 12
-
executive-role
Defines the shared role, responsibilities, and operating principles for an Executive agent in the b00t hive.
This skill uses Rhai scripting to provide model-specific directives.
elasticdotventures/_b00t_ 12
-
lex-uk-law
i-dot-ai/lex 38
-
lex-uk-law
UK legal research using the Lex API. Use this skill whenever the user asks about UK law, legislation, statutory instruments, Acts of Parliament, legal provisions, amendments, or anything that could benefit from searching authoritative UK legal sources. Also use when the user mentions specific UK Acts (e.g. "the Data Protection Act"), asks about legal requirements, or needs to understand how legislation has changed over time. Even if the user doesn't explicitly say "search legislation", if they're asking a question that UK law could answer, use this skill.
i-dot-ai/lex 38
-
architect
Architecture review, design decisions, and ADR writing
hivellm/rulebook 10
-
refactor
Identify code smells and execute safe refactorings
hivellm/rulebook 10
-
rulebook-quality-gates
Automated quality checks and enforcement for code commits. Use when validating code quality, running pre-commit checks, ensuring test coverage, or enforcing coding standards before commits and pushes.
hivellm/rulebook 10
-
rulebook-skill-disable
Disable a skill in the project configuration. Removes its rules from the next AGENTS.md generation. Use to remove unwanted capabilities.
hivellm/rulebook 10
-
rulebook-task-create
Create a new Rulebook task with standardized directory structure. Use when starting a new feature, breaking change, or architectural work that needs spec-driven planning.
hivellm/rulebook 10