Technical Writing
5624 skills in Documentation > Technical Writing
writing-plans
Use when spec is complete and you need detailed implementation tasks for LLM agents. Creates execution plans with exact file paths, complete code examples, and verification steps. Triggers: 'write plan', 'execution plan', 'implementation plan', 'break down into tasks', 'detailed steps'.
code-review
Expert code review specialist. Reviews for quality and intent alignment. Use immediately after writing or modifying code, or when user requests code review. Handles both uncommitted changes and targeted file reviews.
spec-design-guide
仕様(Why)と設計(How)を記録し、Living Documentation原則でコードと常に同期させる
writing-descriptions
Examples and patterns for writing effective agent and skill descriptions. Use when crafting descriptions that serve as routing keys for Claude's invocation decisions.
fractal-docs
Automatically add or update documentation following the Fractal Docs Protocol.自动添加或更新符合分形文档协议的文档。Use when:- Creating new source files (add [IN]/[OUT]/[POS] headers)- Creating new folders (add .folder.md)- Modifying existing files (update headers and .folder.md)- Running documentation audit- User mentions "fractal", "doc protocol", "add headers", "补全文档"
gathering-skills-examples
Real-time collection and analysis of Claude Skills examples from multiple sources including GitHub repositories, blog posts, documentation, and community discussions. Use this skill when the user requests to gather examples, use cases, best practices, or implementation patterns for Claude Skills. Generates comprehensive markdown reports summarizing collected examples.
documentation-generation
Use when generating Confluence documentation from Jira issues, PRs, or code implementations
organ-axis-complete
Organ Axis tutorial docs - 100%覆盖文档(模型应用+公式+注释采样+教程)
dcg-parsing
Guide Claude in writing efficient, idiomatic SWI-Prolog DCGs (Definite Clause Grammars) following best practices for single-pass parsing, character codes, pure declarative style, and accumulator patterns. Use when working with Prolog parsing tasks.
css-standards
CSS, SCSS, and styling conventions. Use when writing, reviewing, or debugging styles and layouts.
async-await-patterns
Use when writing JavaScript or TypeScript code with asynchronous operations
code-understanding
代码理解和文档生成技能,用于递归分析代码库结构并在每个目录层级生成包含模块概述、详细讲解和文件摘要的README.md文档。当用户需要理解新项目、生成技术文档或进行代码库结构分析时使用此技能。
pdm-migration-specialist
Migrate pyproject.toml from pre-PDM 2.0 syntax to modern PEP-compliant format. Focuses on dev-dependencies to dependency-groups conversion and PEP 621 project metadata. Integrates with Context7 for latest PDM documentation.
vue-playwright-testing
Comprehensive guide for testing Vue 3 applications with Playwright (2025). This skill should be used when writing end-to-end tests or component tests for Vue apps, testing Vue Router navigation, reactive state changes, authentication flows, or setting up Playwright in Vue projects.
testing
测试规范与最佳实践。Use when writing unit tests, integration tests, or component tests. Triggers on: creating test files, using Vitest, Testing Library, mocking, test organization questions.
error-handling
Enforce proper error handling patterns. Use when writing async code, API calls, or user-facing features. Covers try-catch, error boundaries, graceful degradation, and user feedback.
obsidian-markdown-structure
Estandarizar estructura Markdown en Obsidian sin romper Dataview/Templater ni tablas: headings, listas, bloques de código, separadores.
topic-manager
Expert in managing professional topics stored as structured Google Drive folders and Google Docs. **Use this skill whenever the user mentions "topic", "topics", "update topic", "create topic", "open topic", "one 2 one", "list topics", "describe topics", "summarize topics", "1-2-1", or asks to process meetings, records, or presentations related to topics.**
writing-taste
Write clear, intentional documents with minimal patchy phrasing and strong structural discipline.
structlog-logging-specialist
Configure and use Structlog for structured logging in HuleEdu services. Guides correlation context propagation, async-safe logging, and integration with error handling. Integrates with Context7 for latest Structlog documentation.