注释

代码注释与标注

显示 433-456 / 共 1150 个技能
evolving-machines-lab

docx

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"

自动化 76 7个月前
LM-Kit

explain

LM-Kit

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

注释 52 7个月前
a-pavithraa

springboot-migration

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.

注释 72 7个月前
Nevaberry

python-knowledge-patch

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).

代码生成 24 7个月前
atrislabs

github

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.

注释 67 6个月前
Jamie-BitFlight

git-history-recon

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.

注释 64 3个月前
Jamie-BitFlight

code-review-python

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.

注释 64 1个月前
Jamie-BitFlight

backlog

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.

注释 64 1个月前
Jamie-BitFlight

code-review-typescript

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.

注释 64 4个月前
Jamie-BitFlight

cove-prompt-design

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.

注释 64 3个月前
Jamie-BitFlight

workshop-question-framing

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."

代码生成 64 3个月前
publora

publora-api

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.

注释 45 13天前
mycelium-hq

note-todos

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.'

注释 35 2个月前
proflead

config-file-explainer

proflead

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

智能体 139 7个月前
proflead

error-message-explainer

proflead

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

注释 139 7个月前
proflead

css-layout-helper

proflead

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

注释 139 7个月前
proflead

function-docstrings

proflead

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

注释 139 7个月前
m13v

social-autoposter

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'."

注释 59 3个月前
m13v

social-autoposter

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'."

注释 59 2个月前
shipshitdev

comment-mode

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.

注释 35 7个月前
akaszubski

documentation-guide

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."

注释 33 5个月前
akaszubski

library-design-patterns

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."

注释 33 5个月前
Xerxes-2

tavern2agent

Xerxes-2

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

注释 114 3个月前
0xDarkMatter

python-typing-patterns

0xDarkMatter

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

注释 32 8个月前