- Home
- /
- Categories
- /
- Writing
Writing
Content writing and editing
skill-maker
by xbklairith
Use when creating new skills or editing existing skills - combines official skill authoring best practices with TDD methodology (test with subagents before deployment, iterate until bulletproof). Activates when user wants to create/update a skill that extends Claude's capabilities.
rag-architecture
by liauw-media
"Use when building retrieval-augmented generation systems. Covers chunking strategies, embedding models, vector databases, retrieval patterns, and hybrid search. Apply when adding knowledge bases, document Q&A, or semantic search to applications."
fbs-bookwriter-lrz
by sawakso
"福帮手出品 高质量长文档手稿工具链:书籍、手册、白皮书、行业指南、长篇报道、深度专题;支持联网查证(宿主允许时启用,离线自动降级)、S/P/C/B 分层审校、中文排版与 MD/HTML 交付。触发词:福帮手、福帮手写书skill、福帮手写书、写书、出书、写长篇、写手册、写白皮书、写行业指南、协作写书、定大纲、写章节、封面、插图、排版构建、导出、去AI味、质量自检、图文书、写报道、写深度稿、写特稿、写专题、写调查报道、写长文、拆书改写、海外本地化改写、爆款结构改写、激活原料、原料盘点、整理素材、续写、继续写、接着写、补写、扩写"
Astro Frontmatter Schemas Skill
by yebot
Check generated types in .astro/types.d.ts
Backlog.md CLI Quick Reference Skill
by yebot
Quick reference for Backlog.md CLI with critical file naming rules and workflow patterns
meyers-effective-cpp
by copyleftdev
Write C++ code following Scott Meyers' Effective C++ principles. Emphasizes practical wisdom, specific guidelines with clear rationale, and avoiding common pitfalls. Use when writing production C++ code that must be correct, maintainable, and efficient.
hn-title
by kevinslin
This skill should be used when the user wants to create, analyze, or improve blog titles for Hacker News submissions. Invoke when the user mentions "HN title", "Hacker News title", wants to optimize their post title, or wants to increase their chances of reaching the HN front page.
discord-intel
by kgeesawor
Export and analyze Discord server content with security hardening. Includes SQLite buffering, regex pre-filtering, Haiku safety evaluation, and LanceDB semantic search. Use when monitoring communities, summarizing discussions, or building knowledge bases from Discord data.
readthedocs-write-config
by readthedocs
Create or update Read the Docs .readthedocs.yaml v2 configuration files for Sphinx or MkDocs builds, including build images/tools, dependency installs, formats, custom build jobs/commands, conda environments, submodules, and search settings. Use when a user asks for a Read the Docs config file, YAML changes, or build behavior updates.
claude-agent-sdk
by trotsky1997
Comprehensive guide for using Claude Agent SDK to build AI agents that can read files, execute commands, edit code, and perform complex workflows. Use when (1) Building autonomous AI agents with Claude, (2) Creating agents that interact with codebases and file systems, (3) Integrating custom tools and MCP servers with Claude, (4) Managing conversation sessions and context with Claude, (5) Implementing file operations, command execution, and code editing in agents, (6) Setting up permission controls and security for agent tools, (7) Using file checkpointing and session management features, (8) Building production-ready agents with error handling and monitoring
cli-guide
by yebot
SIMBL CLI command reference and usage guide. Use when working with SIMBL tasks or needing CLI syntax reference.
lessons
by timequity
Lesson content for Claude Code Course. Use when: loading lesson content. Internal skill - contains lesson files.
doxy
by davidosemwegie
Generate skills from documentation websites. Use when asked to create skills from docs, convert documentation to agent skills, or crawl a docs site.
google-search-architecture
by copyleftdev
Build search systems informed by Google's internal architecture as revealed in the May 2024 API Content Warehouse leak. Covers Ascorer ranking, NavBoost click signals, Twiddler re-ranking, index tiering, and entity-based retrieval. Use when designing large-scale search engines, ranking systems, or understanding how modern search actually works.
jobs-ive
by openclaw-rocks
"Channel the combined product philosophy of Steve Jobs and Jony Ive to make product, design, messaging, naming, pricing, and strategic decisions. Use when the user wants to simplify copy, design interfaces, name products, write taglines, make strategic product choices, kill features, design onboarding, craft presentations, or apply Apple-level thinking. Triggers on: 'what would Steve do,' 'simplify this,' 'make it Apple-like,' 'channel Jobs/Ive,' 'too complex,' 'name this product,' 'write a tagline,' 'product strategy,' or any request for radical simplification and craft."
beck-test-driven-development
by copyleftdev
Develop software in the style of Kent Beck, creator of Test-Driven Development and Extreme Programming. Emphasizes red-green-refactor, tests-first design, small steps, and emergent architecture. Use when writing new features, refactoring legacy code, or establishing development discipline.
dan-koe-validator
by antoinersx
Validates and edits articles to match Dan Koe's writing style. Use when reviewing content for Koe-style voice, structure, or philosophy alignment. Triggers on requests to "validate article," "edit in Dan Koe style," "check if this sounds like Koe," "review my newsletter," or any content review against the Koe framework.
find-links
by kevinslin
This skill should be used when the user wants to fill in TODO links, placeholder links, or missing links in markdown files. Invoke when the user mentions "fill links", "TODO links", "find links", or asks to add appropriate links to concepts in a document.
tech-doc-writer
by kevinslin
This skill should be used when writing or reviewing technical documentation such as READMEs, API documentation, quickstart guides, or any user-facing documentation. Apply editorial principles focused on leading with value, cutting redundancy, and creating scannable, actionable content. Use when the user requests help writing docs, improving existing documentation, or creating user guides.
writing-skills
by galihcitta
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
db-index-strategy
by KentoShimizu
"Index strategy workflow for balancing read latency, write amplification, and plan stability on critical query paths. Use when query performance depends on index design trade-offs; do not use for high-level conceptual modeling."
feishu-doc-manager
by Shuai-DaiDai
📄 Feishu Doc Manager 飞书文档管理器 Seamlessly publish Markdown content to Feishu Docs with automatic formatting. Solves key pain points: Markdown table conversion, permission management, batch writing. 将 Markdown 内容无缝发布到飞书文档,自动渲染格式。 解决核心痛点:Markdown 表格转换、权限管理、批量写入。
Write User Docs
by yebot
Write user-facing documentation for features and products
test-driven-development
by timequity
Write failing test first, then minimal code to pass. Red-Green-Refactor cycle. Use when: implementing features, fixing bugs, refactoring code. Triggers: "implement", "add feature", "fix bug", "tdd", "test first", "write tests", "test-driven".