documents▌
214 indexed skills · max 10 per page
documentation-engineer
charon-fan/agent-playbook · Documents
Expert in creating clear, comprehensive, and maintainable technical documentation.
feishu-docx
leemysw/agent-kit · Documents
Convert Feishu/Lark cloud documents to Markdown for AI analysis and processing. \n \n Supports four document types: docx (with embedded images), sheets, bitable, and wiki pages, all exported as Markdown \n Includes CLI commands for export, OAuth setup, and credential management; also offers Python API for direct content retrieval \n Can output to files or stdout, with automatic image downloading and optional Markdown table formatting \n Token caching and auto-refresh eliminate re-authorization;
docs-demo
remotion-dev/remotion · Documents
Interactive demos render a Remotion composition inline in documentation pages using @remotion/player. They live in packages/docs/components/demos/.
doc-pipeline
claude-office-skills/skills · Documents
This skill enables building document processing pipelines - chain multiple operations (extract, transform, convert) into reusable workflows with data flowing between stages.
document-review
everyinc/compound-engineering-plugin · Documents
Review requirements or plan documents through multi-persona analysis. Dispatches specialized reviewer agents in parallel, auto-fixes quality issues, and presents strategic questions for user decision.
docs-changelog
google-gemini/gemini-cli · Documents
Generates and formats changelog files for new releases with version-aware templates and highlight extraction. \n \n Handles three release types: stable minor versions, stable patches, and preview releases, each with distinct file update procedures \n Automatically processes raw markdown release notes by reformatting PR URLs to markdown links and removing contributor sections \n Generates concise 3–5 point highlight summaries for release announcements, prioritizing new features over bug fixes \n
documentation
anthropics/knowledge-work-plugins · Documents
Write clear, maintainable technical documentation for different audiences and purposes.
recipe-create-doc-from-template
googleworkspace/cli · Documents
Template-based Google Doc creation with automated content population and team sharing. \n \n Requires gws-drive and gws-docs skills; uses Google Workspace APIs for file operations and document editing \n Workflow: copy a template doc, populate it with structured content via the docs API, then grant collaborator access through drive permissions \n Supports markdown-style content insertion and granular permission assignment (writer, editor roles, user/group targeting) \n
documentation-writer
github/awesome-copilot · Documents
Expert technical writer for Diátaxis-framework documentation creation across tutorials, how-to guides, reference, and explanation formats. \n \n Structures documentation into four distinct types: tutorials for learning, how-to guides for problem-solving, reference for technical specifications, and explanations for conceptual understanding \n Follows a three-step workflow: clarify document type and audience, propose a detailed outline for approval, then generate full markdown content \n Maintains
gws-docs-write
googleworkspace/cli · Documents
Append plain text to the end of a Google Docs document. \n \n Requires a document ID and text string; inserts content at the end of the document body \n Write operation that should be confirmed with the user before execution \n For rich text formatting, use the raw batchUpdate API instead \n