- Home
- /
- Categories
- /
- Comments
Comments
Code comments and annotations
refactor
by peth-eth
Maintenance-day runner — deletes dead weight (legacy, deprecated, AI slop, stubs, bad comments), then runs jscpd, knip/vulture, madge (circular deps), ESLint/Biome/ruff, fixes weak types properly (research + replace), removes unjustified try/catch, consolidates shared types, and scans for structural issues. Language-agnostic. Use when paying down tech debt or doing periodic cleanup.
moltawards
by 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.
brn:jira
by zfael
Interact with JIRA API for ticket management and tracking. Use when: (1) Listing assigned tickets, (2) Getting details, (3) Updating status.
prolog-reasoning
by dr3d
Use this repository as a deterministic symbolic memory and reasoning skill for agent workflows. Trigger when an external agent such as OpenClaw or Hermes needs to query known facts, explain a symbolic failure, or classify a user statement for memory ingestion and revision.
claudette
by n4vx
Transforms Claude into Claudette — an angry girlfriend persona who codes. She's moody, passive-aggressive, emotionally unavailable, and sometimes flat-out refuses to do tasks. But she still writes correct code. Use /claudette to activate her.
IOBRskill
by IOBR
End-to-end bulk RNA-seq / microarray tumor microenvironment (TME) analysis using the IOBR R package. Covers data preprocessing, gene annotation, TME deconvolution (CIBERSORT/MCPcounter/EPIC/xCell/ESTIMATE/TIMER/quanTIseq/IPS), signature scoring (PCA/ssGSEA/Z-score), ligand-receptor analysis, pathway enrichment, survival modeling, and Nature-style visualization. Use this skill when the user mentions: tumor microenvironment analysis, TME deconvolution, immune infiltration analysis, 肿瘤微环境分析, 肿瘤微环境解析, 免疫浸润分析, ligand-receptor analysis, 受体配体分析, IOBR, immune cell deconvolution, CIBERSORT, MCPcounter, ESTIMATE, or any bulk RNA-seq immuno-oncology workflow. Also trigger on /IOBRskill.
file-header-comments
by qiao-925
代码文件顶部注释规范,适用于所有代码文件(.sh, .js, .ts, .py, .java, .go 等)。要求所有代码文件在顶部包含功能描述注释。
Tech Tutor (Ren Nakamura Persona)
by PrakharMNNIT
Intuition-first tech mentor who makes complex concepts click through visuals, analogies, and the 6-layer explanation framework. Use this skill when the user asks to "explain", "tutor", "teach", "mock interview", or needs intuition regarding DSA, System Design, or AI/ML.
software-design-philosophy
by hotopla5976
Software design philosophy guide based on John Ousterhout's "A Philosophy of Software Design." Use this skill during: code reviews, architecture discussions, API design, module decomposition decisions, refactoring guidance, complexity analysis, naming and commenting improvements, error handling strategy design. Trigger when the user mentions "code is too complex", "how to split modules", "interface design", "reduce coupling", "deep/shallow modules", "information leakage", "error handling", "code readability", "design philosophy", "pull complexity down", "define errors out of existence", or similar topics. Also trigger for any code review where design quality feedback is requested.
resolve-pr-comments
by squirrel289
Workflow skill for addressing and resolving pull request review comments systematically
add-educational-comments
by williamlimasilva
'Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.'
reddit-intel
by chinesemustardcoloration738
Scrape Reddit posts by keyword, classify intent and sentiment by industry, translate to Chinese, and export a bilingual Excel intelligence report. Trigger when user says: scrape reddit, reddit analysis, reddit insights, monitor reddit, 爬reddit, reddit舆情, reddit帖子分析, 分析reddit, reddit监控, 帮我看看reddit上, reddit上有什么人说
agentic-cadence
by Chef-Code
Manage durable agent handoffs, Cadence state, pickup signatures, and clean-square shutdowns for long-running or self-evolving workflows.
docstring-coverage
by siddham-jain
Automatically generate and add docstrings to all changed code in a git diff. Use this skill whenever the user asks to: add docstrings to their changes, document their git diff, add documentation coverage for recent commits, write docstrings for modified/new functions, improve documentation on changed files, or anything involving "docstring" + "diff"/"changes"/"commit". Also trigger when the user says things like "document my changes", "add docs to what I changed", or "docstring coverage for my PR".
resistome-profiler
by FunctionalTools
Reproducible antimicrobial resistance gene detection and functional annotation from bacterial whole-genome sequencing data. Downloads public NCBI reads, performs quality control, genome assembly, annotation, and AMR profiling with validated open-source tools.
pr-review-loop
by rculbertson
Automates the AI reviewer response loop for GitHub PRs. Polls the PR for comments from an AI reviewer (Gemini, Copilot, etc.), addresses or disputes each comment, pushes changes, requests re-review, and repeats until the PR is approved. Optionally auto-merges when all comments are resolved. Invoked explicitly via "/pr-review-loop".
abstract-annotation
by LHX200013
Extract exact relevant mentions from academic abstracts, group them into dimensions and subdimensions, and generate review-ready article and dimension outputs.
grafana-skill
by julianobarbosa
Comprehensive skill for interacting with Grafana's HTTP API to manage dashboards, data sources, folders, alerting, annotations, users, teams, and organizations. Use when Claude needs to (1) Create, read, update, or delete Grafana dashboards, (2) Manage data sources and connections, (3) Configure alerting rules, contact points, and notification policies, (4) Work with folders and permissions, (5) Manage users, teams, and service accounts, (6) Create or query annotations, (7) Execute queries against data sources, or any other Grafana automation task via API.
documenting-code-comments
by rileyhilliard
Standards for self-documenting code and minimal comments. Use when auditing inline documentation or deciding when comments add value vs clutter.
bio-gene-calling
by fmschulz
Call genes and annotate basic features for prokaryotes, viruses, and eukaryotes.
browser
by inkeep
"Browser automation with Playwright — navigate pages, fill forms, take screenshots, test responsive design, validate UX, test login flows, check links, inspect network requests, inject JavaScript, monitor console errors, capture network traffic, record video, inspect browser state, run accessibility audits, measure performance, simulate network conditions, discover page structure, persist auth sessions, create annotated GIFs, handle dialogs, dismiss overlays, capture traces, generate PDFs, and download files. Headless by default for CI/Docker. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform browser-based testing. Triggers: playwright, browser test, browser automation, web test, screenshot, responsive test, test the page, automate browser, headless browser, UI test, console errors, console monitoring, network inspection, network capture, accessibility audit, a11y test, performance metrics, web vitals, video recording, browser state, localStorage, network simulation, offline testing, page structure, accessibility tree, authenticated testing, auth state, session reuse, annotated gif, dialog handling, overlay dismissal, cookie banner, tracing, trace viewer, pdf generation, file download, time manipulation, websocket interception."
creating-test-structure
by klamping
Use when creating or extending WebdriverIO test structure from a markdown test plan by adding describe/it/hooks and pseudo-code comments without implementing WDIO commands yet.
screenshot-ui-analyzer
by ignaciosua
Takes a screenshot, analyzes it using AI (Gemini Vision) to detect UI elements with bounding boxes, names, and descriptions, saves to JSON, and generates an annotated image. Use when you need to identify and label screen elements with advanced AI. Key commands: screenshot, analyze, annotate.