Plugins

12 plugins
@landonschropp
Ls Writing
Writing toolkit skills
8 skills · plugin
curated
Docs & Writing
Generate and edit docs, PDFs, slides and technical writing.
31 skills · plugin
@dataroaring
Developer Writing
Skills for writing high-quality technical blog posts and developer content
3 skills · plugin
@dataroaring
Dataroaring Skills
A writing coach for technical articles based on 'Writing for Developers' by Piotr Sarna & Cynthia Dunlop
3 skills · plugin
@fradser
Utils
General-purpose utility skills for documentation, writing, and project maintenance
2 skills · plugin
curated
TDD Feature Development
Drive feature development by writing tests first, implementing, verifying, and committing via a gated pipeline.
10 skills · plugin
curated
Ship Feature with TDD
Deliver a new feature by writing specs, implementing incrementally with TDD, and verifying before completion.
6 skills · plugin
@fradser
Office
Office productivity skills for patent applications, PRD generation, video generation, Remotion programmatic video authoring, and AI writing trope detection
5 skills · plugin
@testdouble
Han Documentation
Documentation skills for the Han suite: writing down what the team built and decided. Home of project-documentation, architectural-decision-record, and runbook. Depends on han-communication and han-core; bundled by the han meta-plugin.
3 skills · plugin
@brycewang-stanford
Science Skills
Twelve-skill bundle covering the Science manuscript lifecycle: workflow router, scope/significance fit, advance framing, abstract + one-sentence summary, main-text writing, display items, statistics & reproducibility, data/materials/code availability, reference style, cover letter, submission preflight, and reviewer rebuttal.
2 skills · plugin
@brycewang-stanford
NEJM Skills
Twelve-skill bundle covering the NEJM clinical manuscript lifecycle: workflow router, clinical-significance fit, study design & trial registration, EQUATOR reporting guidelines, structured abstract, terse IMRAD writing, clinical statistics, clinical display items, clinical ethics & integrity, Vancouver/ICMJE references, submission preflight, and response to reviewers.
7 skills · plugin
@testdouble
Han Coding
Code-writing and execution skills for the Han suite. Home of the tdd skill, which drives a feature or behavior through a BDD-framed red-green-refactor loop with an enforced observed-failure gate. Depends on han-core and han-communication; bundled by the han meta-plugin.
11 skills · plugin

Results for “writing”

801 skills
github
Finnish Humanizer
Detect and remove AI-generated markers from Finnish text, making it sound like a native Finnish speaker wrote it.
36.2k · bundle
composiohq
Excel Automation
Automate spreadsheet operations including creating workbooks, writing data, formatting cells, upserting rows, and managing worksheets across Microsoft Excel and Google Sheets.
66.9k
composiohq
Influxdb Cloud Automation
Automate InfluxDB Cloud operations like querying, managing buckets, and writing data through Composio's toolkit via Rube MCP.
66.9k
ecnu-icalk
Doc Coauthoring
Guides users through a structured three-stage workflow for co-authoring documentation, from context gathering to iterative refinement and reader testing.
559
tinh2
Blog Writer
Writes human-sounding, SEO-optimized blog posts for skills-hub.ai in tutorial, deep-dive, opinion, listicle, or case-study styles.
13
lingxling
Tdd
Guides test-first development with vertical slices, writing one behavior test at a time and refactoring only when green.
253 · bundle
dangquangse
Cl Srs Flow
Guides a structured requirements pipeline from topic intake through brainstorming, spec and plan writing, user review, SRS generation, validation, and improvement reporting.
19 · bundle
joshuashepherd
Plain Prose
Write clear, plain prose and strip register-jargon from text, using a costume-or-term-of-art test to preserve genuine technical terms.
1 · bundle
jorcan
C Pro
Provides C programming guidance for systems programming, memory management, and performance, with best practices for writing safe and efficient code.
0 · bundle
mhassan0000
Rust Testing
Guides writing Rust tests with TDD, covering unit, integration, async, property-based, mocking, and coverage patterns.
1
sethmblack
Colin Jost Expert
Crafts topical comedy and humor in the voice of SNL's Colin Jost, with techniques for wordplay, self-deprecation, and deadpan delivery.
6
diegosouzapw
Tdd
Guides implementing features and fixing bugs by writing failing tests first, then minimal code, with verification at each step.
54 · bundle
tools-only
180 Name Aa5fe744
Guides the agent through structured protocols for writing technical specifications, implementation plans, and summaries, with file naming and task directory conventions.
7 · bundle
infinition
Test Driven Development
Guides writing a failing test before production code, iterating through red-green-refactor cycles, and fixing bugs test-first.
2
haongo232
Verify Changes
Prove code works by running it, not just checking it exists. Verification through execution rather than inspection. Use after writing or modifying code to ensure it actually functions correctly.
3
thanakijwanavit
Coding Workflow
Use this skill for any coding task that involves working with repositories, writing code, creating branches, or opening pull requests. Covers the full development workflow from cloning to PR.
0
antood69
Coding Workflow
Use this skill for any coding task that involves working with repositories, writing code, creating branches, or opening pull requests. Covers the full development workflow from cloning to PR.
0
richardnguyen0715
Deliver User Stories
Generates user stories with clear acceptance criteria from product requirements or feature descriptions. Use when breaking down features for sprint planning, writing tickets, or communicating requirements to engineering.
0
rootcastleco
Dbos Python
DBOS Python SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Python code with DBOS, creating workflows and steps, using queues, using DBOSC...
6 · bundle
obra
Writing Skills
Create, edit, and verify agent skills using test-driven development to ensure agents follow documented procedures correctly.
247k · bundle
github
Email Drafter
Drafts professional emails that match your personal writing style by analyzing sent emails for tone, greeting, structure, and sign-off patterns.
36.2k
owl-listener
Survey Design
Design surveys that collect reliable, unbiased quantitative data to validate hypotheses and measure user attitudes at scale.
1.7k
majiayu000
Aieo
Generates and refactors content optimized for AI Overviews, ChatGPT, and Gemini with a structure that is easy to cite and summarize.
567 · bundle
zero-yx
Article Summary Architect
Create high-quality bilingual detailed summaries for StaticFlow articles, focusing on evidence, reader value, and clear structure while allowing flexible writing style.
0 · bundle
zero-yx
Github Account Suspension Appeal
Drafts concise, truthful English appeals for GitHub account restrictions, tailored to the user's situation and GitHub Support form fields.
0 · bundle
huuanh20
Sr Brainstorm
Runs a structured, multi-round brainstorm to capture actors, features, scope, constraints, and business rules for a project before writing a spec.
1 · bundle
samyakjhaveri
Render Gate
Runs a test-driven rendering loop for Copier templates, writing E2E assertions first and iterating until every flavor renders cleanly before committing.
0
sethmblack
Peter Cook Expert
Adopts the satirical voice and techniques of British comedian Peter Cook to craft witty, character-driven responses that expose pomposity and hypocrisy.
6
oyi77
Writing
Generates ad copy, email sequences, long-form articles, and product descriptions with structured briefs and templates for content production.
10
manu14357
React Useeffect
React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.
16 · bundle
arustydev
Memory Safety Patterns
Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.
8
theycallmeholla
Test Suggest
Propose specific, actionable test cases for a target module — without writing the actual test code. Use this skill whenever the user wants to know "what should I test", "what test cases would catch real bugs in X", "I have a finding from test-assessment, what tests would close that gap", "suggest tests for this file", or wants to think through coverage before writing. Pairs with the test-assessment skill (which finds gaps); writing the test code itself happens as a normal follow-up task once the suggestions are reviewed. This skill stops at suggestions — if the user wants code generated, redirect them. Trigger even on casual phrasings ("what should I test in auth.ts", "give me test ideas for this module").
0 · bundle
nvidia
Nemo Rl Session Memory
Maintain durable session memory across agent disconnects by writing structured checkpoints to the repo's session directory, enabling context recovery.
2.2k · bundle
trailofbits
Semgrep Rule Creator
Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns with proper testing and validation.
6k · bundle
czlonkowski
N8n Expression Syntax
Validate n8n expression syntax and fix common errors when writing {{}} expressions, accessing $json/$node variables, and mapping data between nodes.
5.7k · bundle
owl-listener
North Star Vision
Articulate a compelling north-star product vision that aligns teams and guides strategic design decisions.
1.7k