home/categories/documentation
domain cluster

Documentation

Knowledge bases and technical writing tools.

6010 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
technical-docs
294

recipe-design

Execute from requirement analysis to design document creation

shinpr
shinpr
documentation
open
technical-docs
294

recipe-front-design

Execute from requirement analysis to frontend design document creation

shinpr
shinpr
documentation
open
technical-docs
294

recipe-reverse-engineer

Generate PRD and Design Docs from existing codebase through discovery, generation, verification, and review workflow

shinpr
shinpr
documentation
open
technical-docs
290

update-docs

Verify and update documentation examples to match a component's current public API

SAP
SAP
documentation
open
technical-docs
289

umbraco-docs-content

Guidelines for creating and editing Umbraco documentation content. Use when writing new articles, editing existing docs, or making structural changes (adding, moving, renaming, deleting articles). Covers style guide, markdown conventions, code samples, images, SUMMARY.md entries, and .gitbook.yaml redirects.

umbraco
umbraco
documentation
open
education
285

superdesign

Superdesign is a design agent specialized in frontend UI/UX design. Use this skill before implementing any UI that requires design thinking. Common commands: superdesign create-project --title "X" (setup project), superdesign create-design-draft --project-id <id> --title "Current UI" -p "Faithfully reproduce..." --context-file src/Component.tsx (faithful reproduction), superdesign iterate-design-draft --draft-id <id> -p "dark theme" -p "minimal" --mode branch --context-file src/Component.tsx (design variations), superdesign execute-flow-pages --draft-id <id> --pages '[...]' --context-file src/Component.tsx (extend to more pages), superdesign create-component --project-id <id> --name "NavBar" --html-file /tmp/navbar.html --props '[...]' (extract reusable component), superdesign update-component --component-id <id> --html-file /tmp/navbar.html (update existing component), superdesign list-components --project-id <id> (list existing components). Supports line ranges: --context-file path:startLine:endLine

superdesigndev
superdesigndev
documentation
open
technical-docs
285

technical-writing

Guides writing clear, well-structured technical documentation following Mintlify's best practices (Diátaxis framework, audience awareness, style/tone, navigation, SEO/AEO). Use when writing, reviewing, or improving documentation, guides, tutorials, API references, or any user-facing technical content.

rjdellecese
rjdellecese
documentation
open
technical-docs
283

opensrc

Fetch source code for npm, PyPI, or crates.io packages and GitHub/GitLab repos to provide AI agents with implementation context beyond types and docs. Use when needing to understand how a library works internally, debug dependency issues, or explore package implementations.

deadlock-mod-manager
deadlock-mod-manager
documentation
open
technical-docs
283

dokan-backend-dev

Add or modify Dokan backend PHP code following project conventions. Use when creating new classes, methods, hooks, REST controllers, or modifying existing backend code. Invoke before writing PHP unit tests.

getdokan
getdokan
documentation
open
education
282

space-review-board

模拟多角色 PRD/原型评审会,从产品、研发、测试、设计、运营、法务六大视角给出评审结论。当用户说"帮我评审一下这个 PRD"、"看看这个需求有没有问题"、"模拟评审会"、"review 一下这个文档"、"这个需求能不能过评审"、"帮我查漏补缺"时触发。 也适用于:用户上传了 PRD、需求文档、原型截图、功能说明并要求检查;用户提到"评审"、"review"、"过会"、"需求评审"、"方案评审"等关键词;用户要求从研发或测试视角看需求是否可行。 不适用于:写 PRD(用 SPACE-prd-writer)、纯代码审查(用 code-review)、纯设计走查(用 design-critique)。

zephyrwang6
zephyrwang6
documentation
open
technical-docs
282

nestjs-conventions

Backend conventions for NestJS projects: modules, controllers, services, DTOs, migrations, structure. Use when implementing or reviewing code in NestJS backends.

J-Pster
J-Pster
documentation
open
technical-docs
281

docs-creator

文档创建技能,用于创建标准化的项目文档

shenjingnan
shenjingnan
documentation
open
technical-docs
281

gen-tech

编写技术方案技能,用于生成详细的技术方案文档

shenjingnan
shenjingnan
documentation
open
technical-docs
278

docs

Dispatch docs subagent to audit, generate, and validate documentation against the codebase.

automagik-dev
automagik-dev
documentation
open
education
277

ask-codex

Consult OpenAI Codex (GPT-5) for investigation, debugging, or code review. This skill should be used when user explicitly asks to "ask codex", "check with codex", "codex review", "get codex opinion", or "consult codex".

umputun
umputun
documentation
open
technical-docs
277

mcp-apps-sync-docs

Syncs MCP Apps documentation with the @apollo/client-ai-apps changelog. Always use this skill whenever: (1) the user wants to update or sync the mcp-apps-*.mdx docs based on a new release or version range, (2) phrases like "sync docs from version X", "update docs from changelog", "what changed since v0.x.x", "docs are out of date", or "check the changelog" appear in context of MCP Apps documentation, (3) checking whether mcp-apps-*.mdx files reflect recent releases. The changelog URL and doc file paths are pre-configured — the user only needs to provide the minimum version to sync from.

apollographql
apollographql
documentation
open
education
276

slack-gif-creator

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

partme-ai
partme-ai
documentation
open
education
276

stitch-ued-guide

UED guidelines, visual vocabulary, and prompt structure for Stitch. Use when the user asks about layout/style terms, device constraints, or when structuring/improving Stitch prompts; combine with stitch-ui-prompt-architect for vague→concrete prompts.

partme-ai
partme-ai
documentation
open
education
276

course-designer

Design structured courses including syllabi, learning objectives using Bloom's taxonomy, lesson plans, and assessment rubrics. Use when the user asks about course design, needs to create a curriculum, write learning objectives, structure educational modules, or build assessment plans.

partme-ai
partme-ai
documentation
open
education
276

learning-assessor

Create learning assessments including quizzes, exams, rubrics, and evaluation criteria aligned with learning objectives. Supports multiple question types, difficulty levels, and learning analytics. Use when the user asks to create quizzes, design tests, build grading rubrics, evaluate student learning, or generate assessment questions.

partme-ai
partme-ai
documentation
open
education
276

teaching-resource-generator

Generate teaching resources including slide deck outlines, progressive exercises, hands-on case studies, and learning guides with self-assessment checkpoints. Use when the user asks to create courseware, design practice exercises, build teaching materials, develop lesson content, or generate educational resources.

partme-ai
partme-ai
documentation
open
education
276

junit

Provides comprehensive guidance for JUnit testing framework including test annotations, assertions, test lifecycle, and best practices. Use when the user asks about JUnit, needs to write Java unit tests, use JUnit annotations, or configure JUnit for Java projects.

partme-ai
partme-ai
documentation
open
education
276

threejs-math

three.js math library: Vector2/3/4, Matrix3/4, Quaternion, Euler, Color, Box2/Box3, Sphere, Plane, Ray, Line3, Triangle, Frustum, Cylindrical/Spherical coords, MathUtils, and Interpolant base classes; addon math utilities such as OBB, Octree, Capsule, ConvexHull, MeshSurfaceSampler. Use for transforms, intersection tests, and spatial queries; for keyframe interpolation tied to AnimationMixer use threejs-animation; for picking implementation use threejs-objects with Raycaster.

partme-ai
partme-ai
documentation
open
technical-docs
276

dart-sass

Provides comprehensive guidance for Dart Sass including Sass syntax, compilation, mixins, functions, and best practices. Use when the user asks about Dart Sass, needs to compile Sass to CSS, use Sass features, or work with Sass in projects.

partme-ai
partme-ai
documentation
open
Previous
Page 114 / 251
Next