Skills.
Give your AI a better way to work.
A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.
Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.
Category: Docs & knowledge
4,561 results · page 97 of 153
- View details
linkedin-apiSkillDocs & knowledge
Use when wiring an app to LinkedIn's organic Posts / Community Management API — 3-legged OAuth, publishing text, article or document posts to a member profile or company page, and pulling impressions, engagement and follower stats into a durable feedback record. NOT writing the post copy (that is `l
Ready to connect★ 82
- View details
linkedin-carouselsSkillDocs & knowledge
Use when building a LinkedIn carousel / document post — the swipeable multi-page PDF — slide by slide: cover hook, narrative arc, one idea per slide, CTA closer, PDF export spec. NOT the account/format plan (that is `linkedin-strategy`), NOT a text or single-image feed post (that is `linkedin-conten
Ready to connect★ 82
- View details
linkedin-contentSkillDocs & knowledge
Helps your agent write, edit, and score LinkedIn posts, pick the right format, and repurpose talks or articles into posts.
Ready to connect★ 82
- View details
linkedin-outreachSkillDocs & knowledge
Use when running LinkedIn social selling as a repeatable motion — Sales Navigator saved searches and trigger alerts, weekly request budgets, fixing a low acceptance rate, turning profile views and post engagers into warm threads, logging every touch. NOT the note or DM copy (that is `cold-outreach`)
Ready to connect★ 82
- View details
markdown-mdx-content-pipeline-stingerSkillDocs & knowledge
Markdown/MDX processing specialist - MDX 3/compiler selection, remark/rehype plugin pipelines, Shiki v4/expressive-code/starry-night syntax highlighting, GFM, AST manipulation, custom directive plugins, math/Mermaid diagram embedding, and XSS sanitization. Use when building or auditing any content p
Ready to connect★ 83
- View details
maven-druid-buildSkillDocs & knowledge
Building Apache Druid with Maven, managing memory constraints, and skipping verification checks.
Ready to connect★ 83
- View details
mcp-tool-docs-stingerSkillDocs & knowledge
Documents MCP tools, TypeScript APIs, and CLIs honestly: schema, output, side effects, examples, doc-to-code sync. Use when writing or auditing tool/API/CLI docs.
Ready to connect★ 83
- View details
medium-publishingSkillDocs & knowledge
Use when a finished article has to land on Medium correctly — profile vs publication, cross-posting under a canonical link so your own site keeps the SEO credit, import-tool failures, the 5-tag cap, pseudo-Markdown gotchas. NOT writing or headlining the piece (that is `medium-writing`), NOT cadence
Ready to connect★ 82
- View details
mind-stingerSkillDocs & knowledge
Reviews, audits, and extends the AI cognitive layer: coach routing, prompt cascade, RAG, three-tier memory, observability, evaluation. Use when reviewing AI code or tuning retrieval.
Ready to connect★ 83
- View details
pdf-form-fillingSkillDocs & knowledge
Fill PDF form fields using pypdf library in Python, including text fields and checkboxes.
Ready to connect★ 83
- View details
quality-stingerSkillDocs & knowledge
Audits a completed implementation against its source plan document and produces a structured findings report. The report goes in the source plan's `reports/` subfolder (e.g., `library/requirements/{lifecycle}/prd-{###}-{title}/reports/{date}-qa-report.md` or `library/issues/{lifecycle}/ird-{###}-{ti
Ready to connect★ 83
- View details
sop-forgeSkillDocs & knowledge
"Write an SOP, document how I did that, turn last Thursday into a procedure,
Ready to connect★ 83
- View details
technical-illustration-designSkillDocs & knowledge
Design principles and techniques for creating technical exploded-view diagrams and engineering documentation posters.
Ready to connect★ 83
- View details
wiki-stingerSkillDocs & knowledge
Equips wiki-worker-bee with the 13-type code entity catalog, tree-sitter AST extraction patterns (the repo's own src/graph approach), ADR detection from commit messages, the active four-artifact contradiction protocol, and canonical knowledge-page templates with code-aware frontmatter. Use when wiki
Ready to connect★ 83
- View details
adr-writingSkillDocs & knowledge
Use when writing or formatting an ADR document using the MADR template, applying Definition of Done (E.C.A.D.R.) criteria, or verifying ADR completeness. Triggers on \"write the ADR\", \"format as MADR\", \"check ADR quality\", \"mark gaps in ADR\". Also triggers when a decision has been extracted a
Ready to connect★ 81
- View details
artifact-analysisSkillDocs & knowledge
Use when the user wants a cited, structured read of local documents and project knowledge. Triggers on: \"analyze these docs\", \"scan my project for context\", \"read the docs folder\", \"summarize what's in .beagle/concepts/\", \"extract context from docs/\", \"what's in this folder\", \"go read e
Ready to connect★ 81
- View details
claude-praetorianSkillDocs & knowledge
Context preservation with cross-session memory — hooks prompt compaction at high-impact moments, siblings enrich what gets saved
Ready to connect★ 82
- View details
combine-code-reviewSkillDocs & knowledge
Reviews Combine framework code for memory leaks, operator misuse, and error handling. Use when reviewing code with import Combine, AnyPublisher, @Published, PassthroughSubject, or CurrentValueSubject.
Ready to connect★ 81
- View details
docs-styleSkillDocs & knowledge
Core technical documentation writing principles for voice, tone, structure, and LLM-friendly patterns. Use when writing or reviewing any documentation.
Ready to connect★ 81
- View details
draft-docsSkillDocs & knowledge
Generate first-draft technical documentation from code analysis
Ready to connect★ 81
- View details
elixir-performance-reviewSkillDocs & knowledge
Reviews Elixir code for performance issues including GenServer bottlenecks, memory usage, and concurrency patterns. Use when reviewing high-throughput code or investigating performance issues.
Ready to connect★ 81
- View details
ensure-docsSkillDocs & knowledge
Verify documentation coverage and generate missing docs interactively
Ready to connect★ 81
- View details
exdoc-configSkillDocs & knowledge
Configures ExDoc for Elixir projects including mix.exs setup, extras, groups, cheatsheets, and livebooks. Use when setting up or modifying ExDoc documentation generation.
Ready to connect★ 81
- View details
explanation-docsSkillDocs & knowledge
Explanation documentation patterns for understanding-oriented content - conceptual guides that explain why things work the way they do. Use when writing an explanation doc, conceptual guide, understanding/background doc, design rationale, or architecture explanation, or when asked how/why something
Ready to connect★ 81
- View details
ffi-code-reviewSkillDocs & knowledge
Reviews Rust FFI code for type safety, memory layout compatibility, string handling, callback patterns, and unsafe boundary correctness. Use when reviewing extern blocks, #[repr(C)] types, bindgen output, or code calling C/C++ libraries.
Ready to connect★ 81
- View details
gen-release-notesSkillDocs & knowledge
generate release notes for changes since a given tag
Ready to connect★ 81
- View details
go-web-expertSkillDocs & knowledge
Comprehensive Go web development persona enforcing zero global state, explicit error handling, input validation, testability, and documentation conventions. Use when building Go web applications to ensure production-quality code from the start.
Ready to connect★ 81
- View details
howto-docsSkillDocs & knowledge
How-To guide patterns for documentation - task-oriented guides for users with specific goals. Use when writing a how-to/howto guide, task guide, procedural guide, step-by-step guide, or how-to documentation. Builds on the docs-style core writing principles.
Ready to connect★ 81
- View details
improve-docSkillDocs & knowledge
Analyze and improve existing documentation using Diataxis principles
Ready to connect★ 81
- View details
kingdee-mcp-devSkillDocs & knowledge
Knowledge base for the Kingdee MCP Dev Squad. Covers how to integrate the Kingdee Cloud Star OpenAPI (ApiDoc) interfaces into the kingdee-mcp Python+FastMCP project: WebAPI login/metadata caching, field-discovery SOP, 二开 (customized) bill pitfalls, and the ApiDoc coverage tracking template.
Ready to connect★ 82
What is a skill?
A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.
55,111 of the 55,543 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.
Install one and every AI you use gets it
Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.
Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.