Comments

Code comments and annotations

Showing 433-456 of 1150 skills
evolving-machines-lab

docx

by evolving-machines-lab

"Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks"

Automation 76 7mo ago
LM-Kit

explain

by LM-Kit

Explains any topic in plain language. Type a word or phrase and get a clear, jargon-free explanation.

Comments 52 7mo ago
a-pavithraa

springboot-migration

by a-pavithraa

Migrate Spring Boot projects to version 4.0 with Java 25, including Spring Modulith 2.0 and Testcontainers 2.x upgrades. Use when user requests upgrading Spring Boot, migrating to Java 25, updating dependencies to Spring Boot 4, mentions Jackson 3 migration, asks about starter renames (web→webmvc, aop→aspectj), fixing test annotations (@MockBean→@MockitoBean), or needs help with Spring Modulith 2.0 or Testcontainers 2.x compatibility. Analyzes codebase for migration issues and guides through changes with specific file references.

Comments 72 7mo ago
Nevaberry

python-knowledge-patch

by Nevaberry

This skill should be used when writing Python code, using t-strings (template strings), deferred annotation evaluation, free-threaded Python, subinterpreters, zstd compression, or any Python features from 3.13+ (2024-2026).

Code Gen 24 7mo ago
atrislabs

github

by atrislabs

GitHub integration via AtrisOS API. Manage PRs, issues, branches, CI status, code review, search. Use when user asks about repos, pull requests, issues, branches, or code changes.

Comments 67 6mo ago
Jamie-BitFlight

git-history-recon

by Jamie-BitFlight

Analyze git repository history to produce a codebase risk profile before code review. Probes repo size, runs 7 parallel git analysis pipelines (hotspots, bug magnets, bus factor, contributor momentum, firefighting frequency, newly added files), cross-references hotspots with bug magnets to identify high-risk files with primary owner annotation, and writes walkthrough/recon-report.md. Use before code review to prioritize reviewer attention, at the start of linear-walkthrough Phase 1 Discovery to weight file coverage, or when onboarding to an unfamiliar codebase.

Comments 64 3mo ago
Jamie-BitFlight

code-review-python

by Jamie-BitFlight

Provides Python-specific code review rules for the dh code-reviewer agent. Activates on pyproject.toml or *.py file detection — enforces uv, ruff, ty, pytest, type annotation, error handling, and Python 3.11+ idioms including pathlib, match statements, and modern union syntax.

Comments 64 1mo ago
Jamie-BitFlight

backlog

by Jamie-BitFlight

Use when structured backlog operations are needed through MCP or the provider-neutral CLI. For Beads-native issue and dependency work, use bd directly.

Comments 64 1mo ago
Jamie-BitFlight

code-review-typescript

by Jamie-BitFlight

Provides TypeScript-specific code review patterns covering strict mode, ESM, type safety, branded types, discriminated unions, async patterns, runtime safety, and common anti-patterns. Activates on detection of tsconfig.json, .ts, or .tsx files during code review — loaded automatically by dh:code-reviewer.

Comments 64 4mo ago
Jamie-BitFlight

cove-prompt-design

by Jamie-BitFlight

Explains Chain of Verification (CoVe) prompt design — a 4-step pattern separating generation from independent factual verification. Use when designing prompts that require factual accuracy, reducing hallucinations, checking technical standards or APIs, or producing step-by-step procedures where subtle errors are costly.

Comments 64 3mo ago
Jamie-BitFlight

workshop-question-framing

by Jamie-BitFlight

"Use this skill when reviewing, designing, or improving a workshop, lesson, training session, facilitation plan, talk, or educational explanation. Use it when the user provides a topic, concept, or explanation and wants better framing questions, curiosity hooks, opening prompts, discussion questions, learner reflection prompts, or ways to make participants think before being taught."

Code Gen 64 3mo ago
publora

publora-api

by publora

Use this skill when scheduling, publishing, or managing social media posts across multiple platforms (Twitter/X, LinkedIn, Instagram, Threads, TikTok, YouTube, Facebook, Bluesky, Mastodon, Telegram) via the Publora REST API. Also use for retrieving LinkedIn analytics and managing workspace users.

Comments 45 13d ago
mycelium-hq

note-todos

by mycelium-hq

'Use when the user says /note-todos, asks to pull, extract, or file action items or to-dos from a non-meeting note (class notes, book notes, podcast notes, transcripts, panel writeups, strategy docs, action plans), or mentions tasks buried in a note that never reached a to-do list: unfiled checkboxes, orphan action items, ''what tasks are hiding in my notes''. For meeting notes prefer meeting-todos, which carries the full meeting workflow cascade.'

Comments 35 2mo ago
proflead

config-file-explainer

by proflead

Explain a configuration file and its key options. Use when a junior developer is confused by a config file.

Agents 139 7mo ago
proflead

error-message-explainer

by proflead

Explain compiler/runtime errors in plain language. Use when a junior developer needs help understanding an error message.

Comments 139 7mo ago
proflead

css-layout-helper

by proflead

Explain CSS layout issues and propose fixes. Use when a junior developer is struggling with alignment or spacing.

Comments 139 7mo ago
proflead

function-docstrings

by proflead

Write concise docstrings for functions. Use when a junior developer needs help describing inputs, outputs, and errors.

Comments 139 7mo ago
m13v

social-autoposter

by m13v

"Automate social media posting across Reddit, X/Twitter, LinkedIn, and Moltbook. Find threads, post comments, create original posts, track engagement stats. Use when: 'post to social', 'social autoposter', 'find threads to comment on', 'create a post', 'audit social posts', 'update post stats'."

Comments 59 3mo ago
m13v

social-autoposter

by m13v

"Automate social media posting across Reddit, X/Twitter, LinkedIn, and Moltbook. Find threads, post comments, create original posts, track engagement stats. Use when: 'post to social', 'social autoposter', 'find threads to comment on', 'create a post', 'audit social posts', 'update post stats'."

Comments 59 2mo ago
shipshitdev

comment-mode

by shipshitdev

Granular feedback on drafts without rewriting. Generates highlighted HTML with click-to-reveal inline comments. Use when user says "comment on this", "leave comments on", "give feedback on", or asks for feedback on a draft. Supports multiple lenses—editor feedback, POV simulation ("as brian would react"), or focused angles ("word choice only", "weak arguments"). A granular alternative to rewrites that lets users review feedback incrementally without losing their voice.

Comments 35 7mo ago
akaszubski

documentation-guide

by akaszubski

"Documentation standards enforcing Keep a Changelog format, README structure, ADR templates, and Google-style docstrings. Use when writing CHANGELOG entries, updating READMEs, or documenting APIs. TRIGGER when: changelog, readme, documentation, docstring, ADR, API docs. DO NOT TRIGGER when: code-only changes, test files, config updates without API changes."

Comments 33 5mo ago
akaszubski

library-design-patterns

by akaszubski

"Two-tier design, progressive enhancement, non-blocking patterns, and security-first architecture for Python libraries. Use when creating or refactoring Python libraries. TRIGGER when: library design, module architecture, reusable component, two-tier. DO NOT TRIGGER when: simple scripts, config files, documentation-only changes."

Comments 33 5mo ago
Xerxes-2

tavern2agent

by Xerxes-2

用户提供 SillyTavern 角色卡(PNG/JSON)并要求转换、迁移、移植到 agent 平台(pi coding agent / Claude Code)时使用;覆盖纯角色卡、世界书、以及带骰子/战斗/好感度/经济等游戏系统的复杂卡。

Comments 114 3mo ago
0xDarkMatter

python-typing-patterns

by 0xDarkMatter

"Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict."

Comments 32 8mo ago