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.
npx claudepluginhub fedify-dev/fedify --plugin fedify<topic>This skill uses the workspace's default tool permissions.
Fetch and explain Fedify documentation about “$ARGUMENTS”.
Builds 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.
Provides relevant FeatBit docs.featbit.co URLs for features, concepts, deployment, SDKs, API, integrations, architecture when other skills fall short.
Generates API docs from code or OpenAPI specs with examples, schemas, interactive Swagger UI/Redoc, and exports to Markdown, PDF, Postman, SDKs.
Share bugs, ideas, or general feedback.
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.