Set up Spark Bitcoin L2 wallet capabilities for AI agents. Initialize wallets from mnemonic, transfer sats and...
AI & LLM
LLM integrations, prompt engineering, and AI orchestration
AI...
AI...
Design systems with explicit error handling. Avoid throwing exceptions for domain errors. Use Result/Either types to...
Names must encode intent and constraints, not implementation. Use when reviewing vague or generic names.
Workflow for translating entire books using AI agents. Split markdown books into chapters, batch translate 5 at a...
Design principles from Bret Victor's "Magic Ink" for building information software. Use when designing dashboards,...
Add screenshots to a PR using browser automation. Captures UI, saves to docs/screenshot/, and updates PR body with...
An AI Agent Engine built in Go. Features portable skills (SKILL.md), human-in-the-loop approvals, structured memory,...
Initialize or improve AGENTS.md files that define how coding agents operate in a repo. Use when asked to set up or...
Generate an optimized AGENTS.md file after analyzing the directory/codebase for context.
>
Create new Agent Skills from templates with best-practice structure, pre-populated SKILL.md, and optional...
Install Agent Skills to your AI coding agent. Supports Claude Code, Goose, OpenCode, Cursor, and other harnesses.
Generate MANIFEST.json files for Agent Skills, providing content integrity verification, file inventory, and...
Submit Agent Skills to catalogs for publication. Validates, scans, and submits skills via the skillscatalog.ai API.
Search the Agent Skills Catalog to find skills by keyword, vendor, or category.
Validate Agent Skills against the specification. Checks SKILL.md format, frontmatter fields, naming conventions, and...
This skill should be used when the user asks to "style with Tailwind", "add CSS", "configure theme", "use @theme",...
CLI tool for validating and scaffolding Claude Agent Skills
Write idiomatic and modern (3.14+) python code. Use when writing Python code, CLI tools, scripts, or services....
Build and edit Dify workflow DSL files. Use when creating new Dify workflows from scratch, modifying existing...
Fast workflow for small changes, bug fixes, and UI tweaks that don't require full feature development. Uses...
Delegate coding tasks to Codex CLI (OpenAI gpt-5-codex via JetBrains AI). Use when a task involves repetitive code...