Ttmouse Skills
ttmouse-skills is a Claude Code plugin for the Build phase that ships Anthropic example skills so you can copy proven agent capability patterns.
Install Anthropic-style example skills to see how document, spreadsheet, presentation, and Slack-oriented agent capabilities are structured before authoring your own skills.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install ttmouse-skills@ttmouse/skillsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:ttmouse/skills") and the paste-ready config with skillselion.get_install_config("plugin:ttmouse/skills").
What it does
ttmouse-skills is a community Claude Code plugin that repackages Anthropic’s example skills so builders can study canonical patterns for agent capabilities without starting from a blank SKILL.md. The bundle highlights how to structure skills for artifact creation, office-suite style outputs, themed visual documents, and lightweight communications workflows, alongside snippets that touch algorithmic processing and testing discipline. Solo founders and indie developers typically install it while they are still designing what their agent should do—whether that is generating launch decks, formatted reports, or internal Slack updates—rather than during distribution or growth phases. It is intentionally illustrative: you learn naming, scope, and capability boundaries from working examples, then fork the patterns into skills that match your product. With two plugins in the catalog metadata, it is a compact reference desk for Claude Code skill authors who want predictable starting points.
Highlights
- Anthropic example skills collection bundled as a Claude Code plugin (2 plugins in repo metadata)
- Demonstrates document, Excel, PowerPoint, and visual styling skill patterns
- Includes communications-oriented examples such as Slack-themed workflows
- Shows algorithmic and testing-oriented skill scaffolding for experimentation
- Useful template library before writing production skills for your SaaS or internal tools
Why builders use it
You want custom agent skills but struggle to structure SKILL.md files, outputs, and tests without a credible reference implementation.
After install, you browse working example skills for documents, spreadsheets, presentations, and comms workflows and adapt them into your own production skills.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 36 stars, 0 votes.
FAQ
Who is ttmouse-skills for?
It is for Claude Code users and skill authors who want Anthropic-style examples to study structure, outputs, and testing patterns.
When should I use ttmouse-skills?
Use it while building your agent toolchain—before you lock in custom skills for docs, slides, spreadsheets, or team comms.
How do I add ttmouse-skills to my agent?
Add the ttmouse/skills plugin from the Skillselion catalog to Claude Code, enable the bundled plugins, and invoke or copy the example skills into your workspace skill folder.
Comments
Share how you use ttmouse-skills, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.