Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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
-
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
-
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
-
aws-cli
CLI-first AWS orchestration skill for Lambda, ECS/Fargate, and S3 workflows rooted in `.☁️` runbooks.
elasticdotventures/_b00t_ 12
-
b00t
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
-
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
-
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
-
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
-
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
-
b00t
Use when user asks for /b00t to send b00t learn content to a nominated agent.
elasticdotventures/_b00t_ 12
-
discovery-tree-workflow
Use when planning and tracking work - creates visible, emergent work breakdown using bd (beads) with just-in-time planning and hierarchical task trees
wellmaintained/skills 1
-
beads-bridge
Use when tracking Beads epic status, syncing progress to GitHub/Shortcut, generating dependency diagrams, or monitoring multi-repo work. Bridges Beads issue tracking with project management tools.
wellmaintained/skills 1
-
debug-tauri
Automates Tauri WebView debugging using official plugins (tauri-plugin-log + screenshots) with process verification, automated screenshots, console logs, and state analysis. Use when debugging Tauri apps, investigating WebView issues, analyzing runtime errors, or troubleshooting UI problems.
8beeeaaat/tauri-plugin-debug-tools 1
-
java
Expert in Java development with Spring Boot and enterprise patterns
Mindrally/skills 48
-
auth0-authentication
Guidelines for implementing Auth0 authentication with best practices for security, rules, actions, and SDK integration
Mindrally/skills 48
-
docker
Docker containerization best practices for building, securing, and deploying containers.
Mindrally/skills 48
-
jwt-security
Guidelines for implementing JWT authentication with security best practices for token creation, validation, and storage
Mindrally/skills 48
-
viewcomfy-api-rules
Expert guidance for integrating ViewComfy API into web applications using Python and FastAPI
Mindrally/skills 48
-
autogen-development
Expert guidance for Microsoft AutoGen multi-agent framework development including agent creation, conversations, tool integration, and orchestration patterns.
Mindrally/skills 48
-
julia
Julia development guidelines covering multiple dispatch, type system, performance optimization, and scientific computing best practices.
Mindrally/skills 48
-
nuxtjs-vue-typescript
NuxtJS and Vue 3 development with TypeScript, Composition API, Shadcn Vue, and Tailwind CSS for modern web applications.
Mindrally/skills 48
-
robocorp-cursor-rules
Guidelines for building RoboCorp RPA automation with Python, emphasizing functional programming, Pydantic validation, and async operations.
Mindrally/skills 48