Find the perfect skill
Plan Generator
Documentation
The Plan Generator skill creates a detailed, step-by-step plan based on the user's request. It captures the objective, context, implementation steps, and verification, then saves the plan as a timestamped markdown file in docs/plan/. Use this skill only when explicitly asked to 'plan' or 'create a plan'; it does not execute the plan or modify code.
Tool Quality Audit
Testing
Audit tool integrations for deterministic behavior, error contracts, and logging before agents depend on them. Use when adding or updating tools or MCP servers.
Project Templates
Development
Quick-start templates for scaffolding new projects. Contains 12 templates for various tech stacks.
OpenClaw Documentation
Documentation
Reference guide for installing, configuring, operating, and troubleshooting OpenClaw: channels, model providers, Gateway, tools, plugins, automation, and CLI errors.
PostgreSQL Patterns
Development
PostgreSQL best practices for schema design, indexing, query optimization, and security. Includes RLS policies, upserts, and anti-pattern detection.
External Skill Assessment
Development
Score how well a Foundry mirror of an external skill can be built across four axes: operability, assessability, traceability, refereeability. Delegates research to subagents.
Clojure/ClojureScript Code Review
Development
Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues.
Convex HTTP Actions
Development
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation.
GraphQL Schema Generator
Development
Generates GraphQL schemas, resolvers, and type definitions. Includes best practices for pagination and error handling.
Assess External Skill for Foundry Mirror
Development
Scores buildability of a Foundry mirror for an external skill against four mold-eval rubrics, delegating research to subagents and grading to the rubric files.
Assess External Skill Mirror Feasibility
Data & AI
Scores how well an external skill (e.g., bioSkills) could be mirrored in Foundry across four rubrics: Operability, Assessability, Traceability, and Refereeability. Defers research to subagents and grading to rubric files.
End-to-End Development Workflow
Development
Executes a development task end-to-end: research, implement, CI, PR, and ship. Mostly autonomous with an optional plan-review pause.