Browse Skills
942 skills found
character-management.md
3
1
export
character-management
2
from
"keberle/fiction-kit-rebound-specialist"
from
"keberle/fiction-kit-rebound-specialist"
3
Using Fiction Kit, this is my first project to create fiction using LLMs.
2026-01-24
init-repo.md
3
1
export
init-repo
2
from
"SidU/GoodDocs"
from
"SidU/GoodDocs"
3
Initialize a fork of GoodDocs with fork-specific defaults and a customized doc type.
2026-02-16
openapi-toolkit-anthropic-dart.md
3
1
export
openapi-toolkit-anthropic-dart
2
from
"davidmigloz/ai_clients_dart"
from
"davidmigloz/ai_clients_dart"
3
A collection of Dart client libraries for popular AI APIs. Provides type-safe, well-documented, and idiomatic interfaces to OpenAI, Anthropic, Google AI (Gemini), Mistral, Ollama, and other providers. Ready for Dart and Flutter.
2026-02-19
scratchpad-fetch.md
3
1
export
scratchpad-fetch
2
from
"otrebu/agents"
from
"otrebu/agents"
3
Download and aggregate web pages/docs into timestamped scratchpad files. Use when user asks to "concatenate all these resources", "get all these links", "checkout all these resources", or wants to gather fresh context from documentation URLs. All URLs from one prompt go into single file at docs/scratchpad/<timestamp>.md.
2026-01-24
searching-web.md
3
1
export
searching-web
2
from
"trancong12102/agentskills"
from
"trancong12102/agentskills"
3
A collection of reusable agent skills for AI coding assistants.
2026-02-23
tdd.md
3
1
export
tdd
2
from
"motoki317/dotfiles"
from
"motoki317/dotfiles"
3
Guide Test-Driven Development using Kent Beck's Red-Green-Refactor cycle. Use when writing tests, implementing features via TDD, or following plan.md test instructions.
2026-02-25
spec-coverage-map.md
3
1
export
spec-coverage-map
2
from
"jschulte/stackshift"
from
"jschulte/stackshift"
3
💫 Toolkit to help you transform your existing codebase into Github Spec Kit managed code, or rebuild it as a new spec-driven greenfield app.
2026-02-18
implementation-guidance-generator.md
3
1
export
implementation-guidance-generator
2
from
"paulchiu/dotfiles"
from
"paulchiu/dotfiles"
3
.files for new MacOS setup
2026-02-26
pocketbase-migrations.md
3
1
export
pocketbase-migrations
2
from
"knowsuchagency/pocketbase-template"
from
"knowsuchagency/pocketbase-template"
3
Comprehensive guide for PocketBase migrations (0.20+) using Go-based migration system. Use when creating or modifying PocketBase collections, managing fields, setting up relations, or writing migration files.
2026-01-14
react.md
3
1
export
react
2
from
"helpermedia/AppWaffle"
from
"helpermedia/AppWaffle"
3
MacOS Launchpad alternative built with Tauri 2
2026-02-12
docusaurus-glossary.md
3
1
export
docusaurus-glossary
2
from
"mcclowes/docusaurus-plugin-glossary"
from
"mcclowes/docusaurus-plugin-glossary"
3
A docusaurus plugin for helping users understand key terms.
2026-01-26
go-engineering.md
3
1
export
go-engineering
2
from
"gonzaloserrano/dotfiles"
from
"gonzaloserrano/dotfiles"
3
my dotfiles
2026-02-24
universal-workflow-init.md
3
1
export
universal-workflow-init
2
from
"laguna821/achmage_universal_workflow_initiator"
from
"laguna821/achmage_universal_workflow_initiator"
3
Universal Workflow Engineering Iniator for CODEX, Claude CODE and Antigravity
2025-12-18
xfeed.md
2
1
export
xfeed
2
from
"ericksoa/xfeed"
from
"ericksoa/xfeed"
3
Filter your X timeline based on your interests using Claude Haiku
2026-01-26
copywriting.md
2
1
export
copywriting
2
from
"walcon/opencode-example"
from
"walcon/opencode-example"
3
Example structure for using opencode with GitHub copilot
2025-12-11
writing-go-tests.md
2
1
export
writing-go-tests
2
from
"torosent/crankfire"
from
"torosent/crankfire"
3
High-signal load testing for HTTP, WebSocket, SSE, and gRPC from the CLI
2026-02-23
python-style-guide.md
2
1
export
python-style-guide
2
from
"CodingKaiser/claude-kaiser-skills"
from
"CodingKaiser/claude-kaiser-skills"
3
list of claude skills for omics and programming
2026-02-22
codebase-agent.md
2
1
export
codebase-agent
2
from
"harivansh-afk/claude-continual-learning"
from
"harivansh-afk/claude-continual-learning"
3
memory setup [BASIC]
2026-01-07
markdown-writer.md
2
1
export
markdown-writer
2
from
"robertbagge/claude-starter"
from
"robertbagge/claude-starter"
3
Write markdown content to file paths using the MCP markdown-writer server. Use when you need to save generated markdown content to a file, especially in contexts where (1) The Write tool is unavailable or restricted, (2) You need guaranteed atomic writes with verification, (3) Writing markdown files for documentation, reports, or research outputs, (4) An agent needs to persist markdown without user permission prompts.
2025-11-27
logseq-outline.md
2
1
export
logseq-outline
2
from
"kerim/logseq-outline-skill"
from
"kerim/logseq-outline-skill"
3
Format any content as a Logseq-compatible outline using nested bullets (no markdown headers, no bold). Works in both Claude Code and Claude Desktop.
2026-02-02
research-repo.md
2
1
export
research-repo
2
from
"aadishv/dotfiles"
from
"aadishv/dotfiles"
3
making this rn because my computer screen is glitching and uh 1) i want to back up all of my settings, 2) idk man i'm just freaking out cause what if my computer fully glitches in the middle of my bio final and proctorio kicks me and my teacher thinks i'm cheating then i get a zero on the final and F in bio
2026-02-21
east.md
2
1
export
east
2
from
"elaraai/east"
from
"elaraai/east"
3
East programming language - a statically typed, expression-based language embedded in TypeScript. Use when writing East programs with @elaraai/east. Triggers for: (1) Writing East functions with East.function() or East.asyncFunction(), (2) Defining types (IntegerType, StringType, ArrayType, StructType, VariantType, etc.), (3) Using platform functions with East.platform() or East.asyncPlatform(), (4) Compiling East programs with East.compile(), (5) Working with East expressions (arithmetic, collections, control flow), (6) Serializing East IR with .toIR() and EastIR.fromJSON(), (7) Standard library operations (formatting, rounding, generation).
2026-02-20
complete-test.md
2
1
export
complete-test
2
from
"alvis/.claude"
from
"alvis/.claude"
3
Achieves 100% test coverage with minimal redundancy through progressive test writing. Writes tests one-at-a-time with immediate coverage verification, removes redundant tests while maintaining coverage, fixes standards violations, restructures fixtures. Use when creating test suites for existing code, or optimizing test efficiency
2026-02-18
image-workflows.md
2
1
export
image-workflows
2
from
"TeamFlojo/FloImg"
from
"TeamFlojo/FloImg"
3
Composable image workflow engine - any source → any transforms → any destination
2026-02-07