Showing 30 of 12,154

Sorted by quality
zh-readme
Claude Codeby laolaoshiren
78

中文 README 生成器 - 先分析项目,再生成面向中文开发者的高质量 README

Writing / 写作
Safe-ish
Scanned
ss-setup
Claude Codeby bitjaru
78

Configure StyleSeed by selecting the output grammar, domain, page type, optional aesthetic profile, and bounded brand tokens before scaffolding a first screen.

Writing / 写作
Safe-ish
Scanned
hive.linkedin-automation
Claude Codeby aden-hive
78

Read before automating LinkedIn with browser_* tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Types CSP that silently drops innerHTML, Lexical composer, native beforeunload dialogs that hang the bridge, and aggressive spam filters — each has bitten us at least once. Verified …

Automation / 自动化
Safe-ish
Scanned
using-aegis
Claude Codeby GanyuanRan
78

Use when starting a turn or checking Aegis skill routing.

Safe-ish
Scanned
paper-autoraters
Claude Codeby Ar9av
78

Run the four paper-quality autoraters from PaperOrchestra (arXiv:2604.05018, App. F.3) — Citation F1 (P0/P1 partition + Precision/Recall/F1), Literature Review Quality (6-axis 0-100 with anti-inflation rules), SxS Overall Paper Quality (side-by-side), and SxS Literature Review Quality (side-by-side…

Research / 研究
Safe-ish
Scanned
i-have-adhd
Claude Codeby ayghri
78

Shape output for a reader with ADHD. Use this skill whenever responding to ANY user message including coding tasks, debugging, explanations, planning, and casual conversation. Output should lead with concrete next actions, number multi-step work, externalize state across turns, suppress tangents, g…

Coding / 软件开发
Safe-ish
Scanned
Advertisement
agent-research-aggregator
Claude Codeby Ar9av
78

Pre-pipeline aggregator that scans AI agent cache directories (.claude, .cursor, .antigravity, .openclaw) or any user-specified directory for experimentation logs, extracts insights and numeric results, and formats them as PaperOrchestra-ready inputs (idea.md + experimental_log.md). TRIGGER when th…

Research / 研究
Safe-ish
Scanned
Plugin Settings
Claude Codeby tzachbon
78

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugi…

Safe-ish
Scanned
run-history-skill-upgrader
Claude Codeby dongshuyan
78

Use real run evidence, validation failures, source drift, platform drift, and user feedback to plan and, only after explicit approval, apply structural upgrades to an existing skill. Use when the user asks to improve an existing skill from recent runs, recurring failures, outdated sources, excessiv…

Safe-ish
Scanned
ss-verify
Claude Codeby bitjaru
78

The VISUAL gate — render a UI or visual artifact through its surface adapter, inspect the actual pixels, then fix and re-render until it passes the composed StyleSeed rule set.

Design / 设计
Safe-ish
Scanned
think
Claude Codeby AgriciDaniel
78

Apply the 10-principle thinking loop (OBSERVE-OBSERVE-LISTEN-THINK-CONNECT-CONNECT-FEEL-ACCEPT-CREATE-GROW) to any non-trivial problem. Walks Claude through external observation, metacognition, active listening, first-principles analysis, lateral connection, system orchestration, intuition, intelle…

Automation / 自动化
Safe-ish
Scanned
error-translator
Claude Codeby laolaoshiren
78

编程错误消息翻译专家 — 将英文错误消息翻译成中文,解释原因并提供修复方案

Writing / 写作
Safe-ish
Scanned
ss-review
Claude Codeby bitjaru
78

Review UI code for design system compliance, accessibility, and best practices

Design / 设计
Safe-ish
Scanned
using-git-worktrees
Claude Codeby GanyuanRan
78

Use when starting feature work that needs isolation from the current workspace, or when an implementation plan should run outside the active working tree.

Safe-ish
Scanned
test-generator
Claude Codeby laolaoshiren
78

依据真实代码契约生成并验证单元测试或集成测试。用于用户要求为函数、类、接口或缺陷补测试、提高覆盖率、生成回归用例或完善测试策略时;先读取现有测试与调用方,不猜测空值、异常或超时行为,不自动安装框架或访问生产依赖。

Coding / 软件开发
Safe-ish
Scanned
hive.x-automation
Claude Codeby aden-hive
78

Read before automating X / Twitter with browser_* tools. Verified flows for post, reply, delete, search-and-engage, plus the Draft.js compose quirks that silently disable the send button. Includes the daily-reply and job-market-reply playbooks. Requires hive.browser-automation for the underlying sc…

Automation / 自动化
Safe-ish
Scanned
dep-auditor
Claude Codeby laolaoshiren
78

审计 Node.js、Python、Go、Rust、JVM、Ruby 项目的依赖漏洞、版本健康度与许可证事实;当用户要求检查 package.json、lockfile、requirements、go.mod、Cargo.toml、pom.xml、Gemfile.lock,或生成不改依赖的中文审计报告时使用

Coding / 软件开发
Safe-ish
Scanned
Skill Development
Claude Codeby tzachbon
78

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

Coding / 软件开发
Safe-ish
Scanned
receiving-code-review
Claude Codeby GanyuanRan
78

Use when receiving code review feedback before implementing suggestions, especially when feedback is unclear, risky, disputed, or technically questionable.

Coding / 软件开发
Safe-ish
Scanned
outline-agent
Claude Codeby Ar9av
78

Step 1 of the PaperOrchestra pipeline (arXiv:2604.05018). Convert (idea.md, experimental_log.md, template.tex, conference_guidelines.md) into a strict JSON outline containing a plotting plan, literature search plan (Intro + Related Work), and section-level writing plan with citation hints. TRIGGER …

Research / 研究
Safe-ish
Scanned
hive.writing-hive-skills
Claude Codeby aden-hive
78

Author a new Agent Skill for a Hive agent that conforms to the Agent Skills specification (SKILL.md with YAML frontmatter, optional scripts/references/assets directories). Use when the user asks to create, scaffold, add, or package a new skill for a Hive agent.

Coding / 软件开发
Safe-ish
Scanned
log-analyzer
Claude Codeby laolaoshiren
78

日志分析助手 — 智能解析日志文件,识别异常模式,定位问题根因

Safe-ish
Scanned
eslint-fix
Claude Codeby laolaoshiren
78

安全诊断并修复 ESLint error、warning 和配置兼容问题。用于用户要求运行 lint、解释 ESLint 报错、限定范围自动修复或迁移 ESLint 配置时;优先使用项目锁定的包管理器与版本,先预检再修改,不自动下载最新版或批量改写无关源码。

Coding / 软件开发
Safe-ish
Scanned
wiki-cli
Claude Codeby AgriciDaniel
78

Default vault-mutation transport for claude-obsidian v1.7+. Wraps the Obsidian CLI (Obsidian 1.12+) as the preferred way to read, write, search, and modify vault notes from Claude — no MCP server, no REST API plugin, no TLS workarounds. Falls back to direct filesystem Read/Write/Edit when the CLI i…

Coding / 软件开发
Safe-ish
Scanned
paper-orchestra
Claude Codeby Ar9av
78

Orchestrate the full PaperOrchestra (Song et al., 2026, arXiv:2604.05018) five-agent pipeline to turn unstructured research materials (idea, experimental log, LaTeX template, conference guidelines, optional figures) into a submission-ready LaTeX manuscript and compiled PDF. TRIGGER when the user as…

Automation / 自动化
Safe-ish
Scanned
ds-mapper
Claude Codeby laolaoshiren
78

项目目录结构地图 - 生成带说明的可视化目录树,快速理解任意代码库

Coding / 软件开发
Safe-ish
Scanned
update-installed-skills
Claude Codeby MoizIbnYousaf
77

Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.

Safe-ish
Scanned
install-from-remote-library
Claude Codeby MoizIbnYousaf
77

Use when installing skills from a shared ai-agent-skills library repo. Inspect with `--list` first, prefer `--collection`, and preview with `--dry-run` before installing.

Coding / 软件开发
Safe-ish
Scanned
migrate-skills-between-libraries
Claude Codeby MoizIbnYousaf
77

Use when moving skills between library workspaces or upgrading from a personal library to a team library. Export from one workspace, import into another.

Coding / 软件开发
Safe-ish
Scanned
newsletter-creation-curation
Claude Codeby BrianRWagner
77

Industry-adaptive B2B newsletter creation with stage, role, and geography-aware workflows

Writing / 写作
Safe-ish
Scanned