- Home
- /
- Categories
- /
- Comments
Comments
Code comments and annotations
doc-writer
by k1lgor
Use this whenever the user asks to explain code, generate documentation, write a README, or add inline comments.
explain-like-senior
by manastalukdar
Senior-level code explanations with deep technical insights and context
denarrate
by corygabrielsen
Strip narrative mode from descriptive artifacts. Comments describe state and intent — they don't tell stories.
terraform-aws-annotated-reference
by Donngi
単一のTerraform AWSリソースに対する全プロパティ解説付きリファレンステンプレートを生成する。ユーザーがリソース名(例:aws_s3_bucket, aws_lambda_function)を指定すると、Providerスキーマに基づいた正確な属性一覧とAWS公式ドキュメントに基づく解説を含むテンプレートを出力する。「aws_xxxのテンプレートを作成して」「aws_xxxの全プロパティを教えて」などのリクエストで使用。
inline-docs
by manastalukdar
Generate JSDoc/docstrings from code analysis
skill-name
by feed-mob
A clear, complete description of what this skill does and when Claude should use it
no-type-in-docs
by marius-townhouse
Use when writing comments about types. Use when documenting function parameters. Use when naming variables.
resolve_todo_parallel
by carmandale
Resolve all pending CLI todos using parallel processing
ai-humanizer
by ofershap
Prevent AI-detectable patterns in all generated content - prose, code comments, commit messages,
canvas-feedback-template
by vishalsachdev
Generate learning science-backed feedback templates for Canvas assignments. Use when educators need feedback templates for grading, want to create rubric comments, need encouraging feedback language aligned with Pillar 3 principles (targeted, encouraging, immediate), or want to set up SpeedGrader comment libraries. Works with canvas-mcp for bulk grading.
claude-agent-pr-review-toolkit-comment-analyzer
by monkey1sai
Converted from Claude plugin agent "comment-analyzer" (pr-review-toolkit).
avoid-inferable-annotations
by marius-townhouse
Use when writing type annotations on variables. Use when TypeScript can infer the type. Use when code feels cluttered with types.
code-quality
by AlexanderStephenThompson
Non-negotiable code quality standards for testing, structure, naming, error handling, and documentation
pr-comment-resolver
by carmandale
Addresses PR review comments by implementing requested changes and reporting resolutions. Use when code review feedback needs to be resolved with code changes.
addressing-pr-feedback
by oryanmoshe
Fetches, organizes, and addresses PR review comments from GitHub. Use when user asks to review PR comments, fix PR feedback, check what reviewers said, address review comments, or handle bot suggestions on a pull request. Triggers on "review PR", "fix comments", "PR feedback", "what did reviewers say", "address PR feedback", "check PR comments".
docs
by lukeslp
"Documentation generation and technical writing skill. Use when: creating README files, writing API documentation, generating code documentation (Python docstrings, JSDoc), building user guides, producing architecture overviews, or improving existing documentation quality."
evolving-types
by marius-townhouse
Use when types change as code executes. Use when arrays are built incrementally. Use when working with any[] that narrows.
explaining
by AlexanderStephenThompson
Repeatable execution process for producing clear explanations. Covers Subject and Situational frameworks, depth scaling, and relatability tools.
hike
by code-hike
Display a rich explanation of the current conversation. Only use when explicitly called.
infp-self-understanding
by Lhao-haoliu
Help users understand INFP-like self patterns, emotional needs, relationship habits, strengths, costs, and growth directions. Use when users overthink relationships, suppress needs, fear bothering others, feel socially exhausted, struggle to express needs, or want a gentle self-profile.
sql-optimizer
by xmx0632
分析 MyBatis SQL 并提供优化建议。优化数据库查询时使用。
deepwiki
by lambda610
"AI-powered local codebase documentation generator. Use for: (1) Deep code analysis with business logic extraction, (2) Comprehensive API documentation with signatures, (3) Architecture diagrams and data flow mapping, (4) Code patterns identification and design decisions. Not for: Simple file listings or code comments only."
ai-review
by zawlinnnaing
Review a GitLab Merge Request using the ai-review CLI. Fetches the MR diff, analyses it as a senior software engineer, produces structured inline comments by severity, and optionally posts them back to GitLab. Use when the user wants to review, analyse, or post feedback on a GitLab MR.
git-commits
by octivi
Draft, rewrite, and review Git commit messages using Conventional Commits and commit hygiene rules. Use whenever the user asks for commit text, commit message fixes, type/scope selection, breaking-change notation, trailers (for example See or Co-authored-by), splitting work into atomic commits, or commit readiness before a PR, even if they ask in informal terms like "polish this commit message".