writing▌
70 indexed skills · max 10 per page
query-writing
langchain-ai/deepagents · Productivity
For straightforward questions about a single table:
cw-prose-writing
haowjy/creative-writing-skills · Productivity
Write narrative fiction following your project's established style and conventions.
humanize-academic-writing
momo2young/humanize-academic-writing · Productivity
Purpose: This skill helps researchers improve the quality and naturalness of their own original ideas expressed through AI-assisted writing tools.
writing-plans
davila7/claude-code-templates · Productivity
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.
writing-skills
davila7/claude-code-templates · Productivity
Writing skills IS Test-Driven Development applied to process documentation.
blog-writing-guide
getsentry/skills · Frontend
This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement.
ux-writing
anthropics/knowledge-work-plugins · Productivity
Write clear, concise, and helpful interface copy.
plan-writing
sickn33/antigravity-awesome-skills · Productivity
Structured task planning with clear breakdowns, dependencies, and verification criteria. \n \n Breaks work into small, focused tasks (2-5 minutes each) with one clear outcome and independent verification per task \n Emphasizes project-specific planning over templates, with dynamic content tailored to new projects, feature additions, bug fixes, or refactoring \n Saves plans as markdown files in the project root with slug-based naming (e.g., auth-feature.md ), never in hidden or temp folders \n Re
writing-plans
sickn33/antigravity-awesome-skills · Productivity
Detailed implementation planning for multi-step engineering tasks with bite-sized, test-driven steps. \n \n Generates comprehensive plans assuming zero codebase context, breaking work into 2–5 minute tasks following TDD principles (failing test, minimal implementation, passing test, commit) \n Produces structured markdown documents with exact file paths, complete code snippets, and specific shell commands with expected outputs \n Designed for handoff to either subagent-driven execution (fresh ag
writing-hookify-rules
anthropics/claude-plugins-official · Productivity
Define patterns and messages that trigger contextual warnings or blocks during agent tool use. \n \n Rules are markdown files with YAML frontmatter stored in .claude/hookify.{rule-name}.local.md that match against bash commands, file edits, agent stops, or user prompts \n Supports simple regex patterns or advanced multi-condition rules with operators like regex_match, contains, equals, and starts_with \n Actions include warn (show message, allow operation) or block (prevent operation or stop ses