- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
redmine-cli
by diskd-ai
"Manage Redmine issues/tickets from the command line via the Redmine REST API using a red-cli-style interface. Uses ~/.red/config.json for auth (server + api-key) with optional local overrides in ./.red/config.json. Use when you need to create issues (defaults to Task tracker), list issues/projects, view issues (with journals), add journal notes/comments (public or private), edit issue fields (subject, description, status, priority, tracker, parent, assigned-to), manage issue relations (relates, blocks, duplicates, precedes, follows), update/remove existing comments (journals) by journal id, filter/sort/paginate lists, or troubleshoot Redmine CLI configuration (project-id/user-id, multi-instance --rid). Triggers on Redmine, red-cli, issue create/list/view/note/edit/relate/comment, subtask, parent, relation, --rid, .red/config.json, api-key, project-id, user-id, or requests to automate Redmine from a CLI."
openai-responses
by fefogarcia
Build agentic AI with OpenAI Responses API - stateful conversations with preserved reasoning, built-in tools (Code Interpreter, File Search, Web Search), and MCP integration. Prevents 11 documented errors. Use when: building agents with persistent reasoning, using server-side tools, or migrating from Chat Completions/Assistants for better multi-turn performance.
rust-testing
by pluginagentmarketplace
Master Rust testing - unit tests, integration tests, mocking, and TDD
frontend-vite
by baotoq
Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.
piper
by SecKatie
Convert text to speech using Piper TTS. This skill is triggered when the user says things like "convert text to speech", "text to audio", "read this aloud", "create audio from text", "generate speech from text", "make an audio file from this text", or "use piper TTS".
read-doc
by wxul
Fetch official documentation before writing or modifying code. Use when user says "using X", "with X library", "create/build/implement/fix/update/refactor something with X", "help me with X", or mentions any library/framework/package name (like gsap, framer-motion, three.js, zustand, zod, etc.) and wants to write, modify, fix, or update code.
Example Skill
by ignaciosua
```
TikTok Carousel Generation Skill (openclaw-style)
by otman-ai
Installation details and examples are in README.md inside this folder.
astro
by BankkRoll
"Scraped from https://docs.astro.build/ Source: https://docs.astro.build. Use when questions involve: en."
design-library
by seonghyeonkimm
Library/API 설계 판단 기준. /design command의 D step에서 기술 라이브러리를 설계할 때 참조.
animejs
by lucking7
"Use when creating JavaScript animations with Anime.js v4, implementing web animations, or when user mentions anime.js/animejs. Triggers on v3 code symptoms: anime() instead of animate(), translateX instead of x, easeOutExpo instead of outExpo, anime.timeline() instead of createTimeline(). Also triggers on: CSS animation, SVG animation, scroll-driven animation, drag interaction, text splitting, layout FLIP, spring physics, stagger patterns in JavaScript."
triage-agent
by vishal2457
Performs lightweight workflow triage on a parent issue, classifies execution track as trivial standard complex, sets skip_steps guidance, and emits a compact handoff summary for downstream agents without reading full issue history.
render-sandbox
by computesdk
Guide for creating and managing Render sandboxes using ComputeSDK. Use when building applications that need self-hosted sandbox environments on Render's cloud platform for code execution with zero infrastructure setup.
railway-sandbox
by computesdk
Guide for creating and managing Railway sandboxes using ComputeSDK. Use when building applications that need self-hosted sandbox environments on Railway's infrastructure for code execution, containerized development, or persistent services.
docs-workflow
by fefogarcia
Four slash commands for documentation lifecycle: /docs, /docs-init, /docs-update, /docs-claude. Create, maintain, and audit CLAUDE.md, README.md, and docs/ structure with smart templates. Use when: starting new projects, maintaining documentation, auditing docs for staleness, or ensuring CLAUDE.md matches project state.
clarify
by choru-k
Route requests into a simple clarification mode and produce only the output needed for that mode.
scout-api
by buildrtech
Query Scout APM performance data via REST API. Use when investigating app performance, slow endpoints, error groups, traces, or insights like N+1 queries and memory bloat.
research-prep
by addozhang
Collect and organize first-hand research materials for technical writing. Use when the user wants to gather official documentation, source code examples, GitHub issues, or original technical resources before writing. Outputs structured research files ready for the writing phase.
typora-markdown
by petestewart
Open markdown content in Typora for enhanced viewing. Use when creating plans, PR reviews, analysis reports, or substantial markdown content. Triggers on: plan files, /review-pr output, codebase analysis, documentation generation, or explicit user request to view in Typora.
crafting-effective-readmes
by cachemoney
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
nestjs-better-auth
by AnasX7
Use when integrating Better Auth with NestJS applications - setting up authentication, route protection, guards, decorators, and hooks in NestJS
authkit
by picahq
Add OAuth connections for 200+ platforms (Gmail, Slack, HubSpot, etc.) with Pica's drop-in AuthKit widget
pr-reviewer
by HemSoft
V1.0 - Performs thorough, critical PR reviews with 3 modes - local report generation, inline PR comments, or active fix assistance.
api-endpoint
by erinrugas
Builds new API endpoints end-to-end. Use when adding routes, handlers/controllers, validation, service/action logic, response schemas/resources, and endpoint tests.