From fedify
Fetches and explains up-to-date Fedify documentation from fedify.dev on topics like APIs, configs, and features. Provides TypeScript examples and related page suggestions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fedify:docs <topic><topic>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch and explain Fedify documentation about “$ARGUMENTS”.
Fetch and explain Fedify documentation about “$ARGUMENTS”.
Use WebFetch on the relevant fedify.dev page (append .md to get raw
Markdown, e.g. https://fedify.dev/manual/federation.md).
If WebFetch is unavailable, fall back to Bash:
curl -sL https://fedify.dev/manual/federation.md
The documentation index is at https://fedify.dev/llms.txt.
Summarise the key points with runnable TypeScript examples.
Mention related pages the user might also want to read.
Always strip the .md suffix when presenting links to the user.
npx claudepluginhub fedify-dev/fedify --plugin fedifyBuilds ActivityPub servers and handles fediverse federation in JavaScript/TypeScript using Fedify. Covers builder pattern, dispatchers, HTTP Signatures, vocab objects, key management, and integrations with Hono, Express, Next.js, and more.
Generates API docs from code or OpenAPI specs with examples, schemas, interactive Swagger UI/Redoc, and exports to Markdown, PDF, Postman, SDKs.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.