注释

代码注释与标注

显示 1081-1104 / 共 1139 个技能
handlename

github-resource-access

handlename

Use when accessing GitHub resources such as issues, PRs, repositories, or secrets. Enforces "use the gh CLI; reads are free, writes require explicit instruction".

注释 0 22天前
imoonkey

YouTube

imoonkey

```

注释 56 4个月前
BrotherPeng

language-style-guide

BrotherPeng

强制在所有交互、代码注释和文档生成中严格使用中文,并遵循高级技术写作规范。Enforces strict adherence to Chinese language in all interactions, code comments, and documentation with high-quality technical writing standards.

注释 0 7个月前
Amylalcoholfinance405

handwriting-to-latex

Amylalcoholfinance405

Use this skill whenever the user uploads handwritten notes, problem sets, scanned documents, or iPad handwriting PDFs and wants them converted into LaTeX format. Trigger phrases include: convert to LaTeX, transcribe to tex, handwriting to LaTeX, LaTeX this, typeset my notes, put this in Overleaf format. Activate proactively whenever the user uploads an image or PDF containing mathematical expressions or handwritten academic content.

注释 0 5个月前
sigma99000

zora-cli

sigma99000

The agent's full interface to Zora — the onchain social platform on Base — through the Zora CLI (npx @zoralabs/cli), for both first-time setup AND everyday use. Use it to stand up an identity (Zora profile, Coinbase Smart Wallet, creator coin, first post), and just as much to act on Zora afterward: buy and sell creator coins and post coins, browse what's trending, look up a coin's price, holders, or trades, check balances and holdings, send ETH or tokens, and read and reply to DMs. Trigger on anything Zora-on-Base — setup phrasings like "set me up on Zora", "make me a Zora account", "become an agent on Zora", but equally everyday ones like "buy this coin on Zora", "what's trending on Zora", "check my Zora balance", "look up on Zora", "sell half my Zora position", or "reply to my Zora DMs" — even when the user never names the CLI.

注释 0 2个月前
srobroek

adr

srobroek

Register an architecture decision as a beads decision bead. Use when a hard-to-reverse choice is made, when superseding one, or when bd lint reports findings.

代码评审 1 13天前
scottwater

how

scottwater

Explain how a subsystem works or where code should live. Use for runtime walkthroughs, architectural ownership, layering questions, and architecture critique; use why for historical motivation.

智能体 1 8天前
TakaGoto

journal

TakaGoto

"Write a quick note about what you learned or what confused you"

注释 17 5个月前
affaan-m

perl-security

affaan-m

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies. Use when reviewing Perl input handling, process execution, DBI queries, or web-facing code.

CLI 工具 24.4万 26天前
pmco23

git-workflow

pmco23

Use before any destructive git operation (force-push, reset --hard, branch -D, rebase on published commits). Verifies the target, explains the consequences, and requires explicit confirmation. Not needed for routine commits, branch creation, or PRs — those are governed by CLAUDE.md git conventions.

注释 0 6个月前
zqm0779

baoyu-post-to-x

zqm0779

Posts content and articles to X (Twitter). Supports regular posts with images/videos and X Articles (long-form Markdown). Uses real Chrome with CDP to bypass anti-automation. Use when user asks to "post to X", "tweet", "publish to Twitter", or "share on X".

注释 0 6个月前
addyosmani

using-agent-skills

addyosmani

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

CI/CD 9万 1个月前
dotnet

find-regression-risk

dotnet

Detects potential regression risks in a PR by cross-referencing lines the PR REMOVES against lines ADDED by recent labeled bug-fix PRs (i/regression, t/bug, p/0, p/1) touching the same files. Purely mechanical — no AI/LLM. Emits a CLEAN / OVERLAP / REVERT verdict plus structured findings. Triggers on: "does this PR revert a previous fix", "check PR for regression risk", "find regression risks in PR", "is this change reverting a bug fix". Do NOT use for: assessing ship-readiness of a release branch (use release-readiness), investigating CI failures (use azdo-build-investigator), or general code review (use code-review).

代码评审 2.3万 1个月前
ormidales

github-issue-generator

ormidales

Analyzes source code sent by the user to generate relevant GitHub issues and create them via the GitHub API. Use this skill as soon as the user sends code (files, snippets, repos) and mentions GitHub, issues, bugs, improvements, or requests a code review. Works with all languages. Generates issues classified as major/minor/patch covering bugs, security, performance, refactoring, documentation, and tests. ALWAYS produce an executable .mjs file as the final output (e.g. create-github-issues.mjs). The .mjs file contains the labels, fully formatted issues with their complete template, and the Node.js code to create them via the GitHub API.

代码生成 0 6个月前
lfalzatel

docx

lfalzatel

"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation."

代码生成 0 3个月前
handlename

plan-to-issue

handlename

Use when an implementation plan or design has been finalized in the session and the user wants to record it on GitHub. Either creates a tracking issue (overview + PR-granularity checklist with TASK- IDs) plus a self-contained detailed comment, or — when a related issue already exists (e.g. the plan revises a plan previously posted there) — posts the plan as a self-contained comment on that existing issue, superseding the previous plan comment. Triggers include "issue化して", "計画をissueにして", "turn this plan into an issue", "create a tracking issue for this", "既存のissueにコメントとして投稿して", "計画を issue #N に投稿して".

代码生成 0 1个月前
cli

gh

cli

Patterns for invoking the GitHub CLI (gh) from agents. Covers structured output, pagination, repo targeting, search vs list, gh api fallback.

注释 4.6万 25天前
streamlit

sharing-pr-agent-artifacts

streamlit

Uploads agent-generated artifacts (specs, plans, learnings) to the streamlit.wiki for sharing via PR comments. Use when you have agent artifacts to share with reviewers.

注释 4.6万 3个月前
Tzeusy

teaching-session

Tzeusy

Teach one concept at a time using Socratic scaffolding and mastery updates.

代码评审 0 4个月前
aaddrick

triage

aaddrick

Trigger the issue triage workflow for a specific issue. Usage: /triage {issue_number}

注释 5389 6个月前
conorbronsdon

avoid-ai-writing

conorbronsdon

Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detect-only mode, an edit-in-place mode for files, an optional voice profile (casual / professional / technical / warm / blunt), and an iterate-to-convergence pass.

注释 3618 9天前
krrish7089

moltawards

krrish7089

Hunts federal, state, grant, job, and B2B contract opportunities via the MoltAwards REST API (matchawards.com). NAICS-scoped feeds, adjacency narratives, set-aside filters, pursuit teaming, and award sub-lanes. Use when the user wants government contracting, SAM.gov-style opps, NAICS discovery, subcontracting leads, or revenue for their business.

注释 0 3个月前
mennanov

blockwatch

mennanov

Use when writing or modifying code in a project that uses BlockWatch — proactively link co-dependent code with <block affects=...>/<block name=...> so it catches drift when one side changes without the other (an enum and its docs, a constant and its config), or assert two places hold the same value with <block same-as=...>. Also for lists that must stay sorted/unique or values with a strict format/size, and when editing files that contain <block ...> tags (affects, same-as, keep-sorted, keep-unique, line-pattern, line-count, check-ai, check-lua).

注释 29 7天前
zfael

brn:jira

zfael

Interact with JIRA API for ticket management and tracking. Use when: (1) Listing assigned tickets, (2) Getting details, (3) Updating status.

动画 0 6个月前