Comments

Code comments and annotations

Showing 1057-1080 of 1139 skills
harperreed

snowball-content

by harperreed

Use when turning a single topic into a full content plan with multiple angles, formats, and a publishing calendar. Triggers on "content plan", "content calendar", "snowball method", "turn one topic into many posts", "content multiplication", "30 days of content", "content from one idea".

Comments 332 4mo ago
yuymf

xhs-explore

by yuymf

小红书内容发现与分析技能。搜索笔记、浏览首页、查看详情、获取用户资料。 当用户要求搜索小红书、查看笔记详情、浏览首页、查看用户主页时触发。

CLI Tools 1 6mo ago
rmems

worktrees-hives Skill

by rmems

Defense in depth: all three layers enforce the same rules. A failure in one layer is caught by another.

Comments 0 1mo ago
SjB

implement-isolation

by SjB

"Implement a piece of work based on a spec or set of tickets in isolation."

Comments 0 19d ago
jimrand

rewrite

by jimrand

This skill should be used when the user asks to "rewrite my resume", "fix my resume", "humanize my resume", "make my resume sound human", "clean up my resume bullets", "reword my resume", or wants AI-sounding text in their resume rewritten with annotations explaining each change. Works for all resume and CV types: standard US, federal, academic, legal, medical, consulting, tech, executive, military transition, education, nonprofit, trades, creative, investment banking, and EU/Europass formats. Entry-level through executive.

Code Review 0 6mo ago
carthikl

CLAUDE_SKILL_API_QE_PLATFORM.md

by carthikl

The k6 layer is built into this skill. Use Prompt 8 as written. Key reminder when adapting: cron schedule in performance-stress.yml must be a literal string ('PERF_SCHEDULE'), not a GitHub Actions expression — expressions are not evaluated in on.schedule.cron. Threshold syntax must use p(95) not p95 — the shorthand form throws a runtime parse error in k6.

Comments 0 4mo ago
Harshiv15

tp-bd-factsheet-filler

by Harshiv15

Extracts company information from an Annual Report (AR)/financial statements PDF - and, when the AR doesn't have it, the company's website/LinkedIn - to populate a TP Business Development Fact Sheet Excel template (headquarters, business description, standalone/consolidated financials, AE revenue split, shareholding, related-party transactions, litigation, website/LinkedIn). Use whenever the user provides an AR/financial statements and a BD Fact Sheet template and asks to fill, draft, or prepare a BD, fact sheet, or company profile for TP purposes. Always flag extracted figures for human review - never treat output as final.

Comments 0 1mo ago
tjboudreaux

thinking-map-territory

by tjboudreaux

When a claim, doc, test, metric, or assumption conflicts with observed behavior, stop theorizing from the map and verify the live code or data; let territory overrule.

Comments 1.3K 1mo ago
streamlit

reviewing-readability

by streamlit

Evaluates comments, docstrings, and naming in code for readability by a developer new to the codebase — is the documentation clear and concise, and is non-obvious logic documented? Produces findings with concrete proposed rewrites (or additions where documentation is missing); the caller decides whether to apply them or present them as feedback. Use when reviewing a PR, branch, or set of changes for comment quality, naming clarity, or documentation readability. For a PR's title and description, use reviewing-pr-description instead.

Comments 45.6K 1mo ago
louayham6956

last30days

by louayham6956

"Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web."

Comments 0 4mo ago
imoonkey

Hacker News

by imoonkey

```

Comments 56 4mo ago
sungkhum

odt

by sungkhum

"OpenDocument Text (.odt) creation, editing, and analysis. Supports tracked changes, styles, annotations, and language/locale handling. Use for: creating new ODT documents, editing existing ODT content, working with tracked changes (redlining), adding comments/annotations, or extracting/analyzing ODT content."

Comments 0 7mo ago
paulbryantbaker-art

clarify

by paulbryantbaker-art

Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing.

Comments 0 5mo ago
Analliseamicable382

bbc-skill

by Analliseamicable382

Fetch Bilibili (哔哩哔哩) video comments for UP主 self-analysis. Use when the user asks to collect, download, export, or analyze comments on a Bilibili video (BV号 / URL / UID). Produces JSONL + summary.json suitable for further Claude Code analysis (sentiment, keywords, audience trends). Read-only; does not post/edit/delete.

Comments 0 4mo ago
odewahn

ddia-streaming-with-kinesis

by odewahn

Interactive modular learning guide for stream processing concepts from DDIA Chapter 11. Use when the user wants to learn about stream processing, messaging systems, event-driven architectures, Kafka, or needs help with the DDIA Chapter 11 curriculum. Provides 15 bite-sized modules (~45 min each) with flexible prerequisites, hands-on AWS Kinesis examples, progress tracking, and Socratic teaching. Topics include streams vs batch, messaging patterns, partitioned logs, databases & streams, and stream processing fundamentals.

Cloud 0 7mo ago
devinschumacher

conventional-commits

by devinschumacher

Generates git commit messages following Conventional Commits 1.0.0 specification with semantic types (feat, fix, etc.), optional scope, and breaking change annotations. Use when committing code changes or creating commit messages.

Auth 0 7mo ago
patrickshuff

debate-shuff

by patrickshuff

Challenge a position and engage in constructive debate as Patrick Shuff would, with intellectual honesty and substantive reasoning

Comments 0 7mo ago
kbrdn1

use-spark

by kbrdn1

Use the spark CLI to access the user's Spark email data - list emails, search by topic, read threads, check calendar events, find availability, look up contacts, and view team info. Use when the user asks about their emails, calendar, contacts, meetings, or scheduling.

Comments 3 today
cuba6112

fastapi-patterns

by cuba6112

Advanced FastAPI patterns including hierarchical dependency injection, background task management, and type-safe dependency annotation. Triggers: fastapi, dependency-injection, background-tasks, annotated-dependency, permission-chain.

Auth 0 8mo ago
cuioss

cloud-plan-lane

by cuioss

The complete working contract for a plan under doc/plans/ — the standalone lane that runs OUTSIDE the plan-marshall command lifecycle. Load this first, before any other action, when executing a plan from doc/plans/{epic}/. Covers skill loading, the plan directory lifecycle, the conditional build gate, the pre-PR verification sub-agent, the branch/PR/review-comment cycle, the merge gate, and the persisted run report.

Comments 4 25d ago
deveshkumars

gstack

by deveshkumars

Fast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots.

Comments 0 5mo ago
polarsource

slop-check

by polarsource

Strip agent-generated noise from a diff — comments that restate the code, private helpers in test files, near-duplicate tests, tests with no assertions, unrequested indexes and validation, defensive guards that duplicate an existing check. Use before opening a PR on agent-written code, or when the user asks to tighten a diff, remove slop, or cut verbose comments.

Comments 10.2K 19d ago
garrytan

ios-sync

by garrytan

Regenerate the iOS debug bridge against the latest upstream gstack templates. (gstack)

Comments 130.2K 11d ago
hexamh

Cloudflare Workers Runtime APIs & Best Practices

by hexamh

Last updated: May 2025 — based on official Cloudflare Workers documentation.

Code Gen 0 4mo ago