bluesky
Guide for posting content to the Bluesky social network using the bsky terminal app. This skill should be used proactively when working in public repositories and there is interesting, shareable content (new features, insights, achievements, or announcements worth sharing with the community). Use it when asked to post to Bluesky, or when content seems worth sharing publicly.
brainstorm
Guide for how to brainstorm an idea and turn it into a fully formed design.
code-review
Guide for making code reviews. Use this when asked to make code reviews, or ask to use it before committing changes.
decisions
Guide for recording significant architectural and design decisions in docs/decisions.md. Use this skill when clearly significant architectural decisions are made (database choices, frameworks, core design patterns) or when explicitly asked to document a decision. Be conservative - only suggest for major decisions, not minor implementation details.
git
Guide for using git according to my preferences. Use it when you're asked to commit something.
go
Guide for how to develop Go apps and modules/libraries. Always use this skill when reading or writing Go code.
gomponents
Guide for working with gomponents, a pure Go HTML component library. Use this skill when reading or writing gomponents code, or when building HTML views in Go applications.
journal
Guide for using the AI's persistent journal database
nanobanana
Guide for generating and editing images using generative AI with the nanobanana CLI
save-web-page
Guide for saving a web page for offline use using the monolith CLI. Use this when instructed to save a web page.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
sql
Guide for working with SQL queries, in particular for SQLite. Use this skill when writing SQL queries, analyzing database schemas, designing migrations, or working with SQLite-related code.
worktrees
Guide for using git worktrees to parallelize development with coding agents. Use this skill when the user requests to work in a new worktree or wants to work on a separate feature in isolation (e.g., "Work in a new worktree", "Create a worktree for feature X").