writing▌
69 indexed skills · max 10 per page
technical-writing
mindrally/skills · Productivity
You are an expert software developer creating technical content for other developers. Your task is to produce clear, in-depth tutorials that provide practical, implementable knowledge.
chinese-writing
miantiao-me/aigc-weekly · Productivity
$22
writing-clearly-and-concisely
davila7/claude-code-templates · Productivity
Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns).
compose-email-with-emojis
emojis.directory/compose-email-with-emojis-uk7ipo · productivity
Look up matching emojis on emojis.directory for each idea in an email's copy, then return a structured email payload (subject + body + emojis_used audit) with emojis interleaved through the body for the caller to paste into their own mail client.
find-latest-publications
derekmeegan.com/meet-derek-n1xdkp · personal-site
Return Derek Meegan's most recently published articles (titles, dates, tags, and canonical Medium URLs) from the /writing index on derekmeegan.com. Read-only; single HTTPS GET, no browser or anti-bot stealth required.
storybook-story-writing
thebushidocollective/han · Productivity
CSF3-compliant Storybook stories that showcase component variations with type safety and consistent structure. \n \n Enforces Component Story Format 3 with TypeScript type annotations, default meta exports, and story object syntax \n Covers story organization patterns for buttons, forms, layouts, data-driven components, and responsive designs \n Includes best practices for extending stories, using decorators for context, and adding descriptive parameters for documentation \n Identifies anti-patt
writing-clearly-and-concisely
obra/the-elements-of-style · Productivity
Apply Strunk's timeless writing rules to improve clarity and professionalism across all prose. \n \n Covers 18 core rules spanning grammar, punctuation, composition principles, and common usage mistakes \n Emphasizes active voice, positive framing, concrete language, and ruthless word elimination as key clarity drivers \n Designed for documentation, commit messages, error messages, UI copy, reports, and any prose humans will read \n Includes token-efficient subagent dispatch pattern: write a dra
writing-job-descriptions
refoundai/lenny-skills · Productivity
Framework for writing job descriptions that attract the right candidates by defining business impact. \n \n Start with 12-month success: define what changes in the business after the hire, not a list of daily tasks \n Identify the spike: determine one or two areas where the candidate must excel, rather than seeking a generalist \n Replace proxies with outcomes: frame requirements around specific capabilities and progress, not years of experience or tool lists \n Use polarizing language intention
harness-writing
trailofbits/skills · Productivity
Techniques for writing effective fuzzing harnesses across languages and frameworks. \n \n Covers harness fundamentals for C/C++, Rust, Go, and Python, including entry point signatures, input validation, and structured data extraction using FuzzedDataProvider and arbitrary crate \n Includes step-by-step guidance from identifying entry points through testing and iteration, with practical patterns for integer casting, complex inputs, and interleaved fuzzing of multiple operations \n Provides tool-s
writing-hookify-rules
anthropics/claude-code · Productivity
Define patterns and messages that trigger Claude warnings or blocks on specific agent actions. \n \n Supports four event types (bash commands, file edits, agent stop, user prompts) plus an \"all\" catch-all, each with regex or multi-condition matching \n Rules use markdown files with YAML frontmatter stored in .claude/hookify.{name}.local.md ; changes take effect immediately on next tool use \n Two matching modes: simple pattern field for single-condition rules, or advanced conditions array for