Skills
Each entry shows what its maintainer published and when the project was last touched. Where a repository has been deleted or archived, that is stated on the entry instead of being quietly left out.
Worked on in the last 90 days (59)
Someone pushed a commit recently. This is the shortlist worth trying first.
-
laolaoshiren-claude-code-skills-zh-eslint-fix
— last commit 2026-08-04
安全诊断并修复 ESLint error、warning 和配置兼容问题。用于用户要求运行 lint、解释 ESLint 报错、限定范围自动修复或迁移 ESLint 配置时;优先使用项目锁定的包管理器与版本,先预检再修改,不自动下载最新版或批量改写无关源码。
-
laolaoshiren-claude-code-skills-zh-git-workflow
— last commit 2026-08-04
安全处理 Git 状态检查、提交信息、commit、分支、push、PR 和 rebase。用于用户要求检查改动、生成或创建提交、管理分支、推送、发起 PR 或整理历史时;严格区分每个动作的授权,并保护工作树中已有和无关的修改。
-
laolaoshiren-claude-code-skills-zh-github-actions-gen
— last commit 2026-08-04
分析真实项目并生成或修订安全、可验证的 GitHub Actions workflow;当用户要求创建 CI、测试矩阵、构建、Release、部署、缓存、Secrets、OIDC、PR 自动化或排查 workflow 配置时使用
-
laolaoshiren-claude-code-skills-zh-i18n-helper
— last commit 2026-08-04
国际化/本地化助手 — 扫描代码中的硬编码文本、生成 i18n 配置、批量翻译
-
laolaoshiren-claude-code-skills-zh-log-analyzer
— last commit 2026-08-04
日志分析助手 — 智能解析日志文件,识别异常模式,定位问题根因
-
laolaoshiren-claude-code-skills-zh-perf-profiler
— last commit 2026-08-04
基于可复现基线和 profiler 证据分析性能问题。用于用户要求定位慢接口、慢任务、慢查询、内存或网络瓶颈,制定优化方案,或验证优化收益时;区分实测结论与静态推断,不虚构耗时和提升比例,生产环境操作需明确授权。
-
laolaoshiren-claude-code-skills-zh-refactor-advisor
— last commit 2026-08-04
重构顾问 - 识别代码坏味道并提供重构方案
-
laolaoshiren-claude-code-skills-zh-security-audit
— last commit 2026-08-04
代码安全审计 - 漏洞扫描、依赖检查、安全最佳实践
-
laolaoshiren-claude-code-skills-zh-skill-curator
— last commit 2026-08-04
中文 Skill 收录评估器。用于核验 GitHub 上的 Claude Code、Codex、Agent Skills、Plugin、MCP、CLI 或 Agent 工作流是否值得加入精选列表;检查真实资产、安装方式、活跃度、重复项和安全边界,并生成分类、中文描述与可追溯证据。
-
laolaoshiren-claude-code-skills-zh-test-generator
— last commit 2026-08-04
依据真实代码契约生成并验证单元测试或集成测试。用于用户要求为函数、类、接口或缺陷补测试、提高覆盖率、生成回归用例或完善测试策略时;先读取现有测试与调用方,不猜测空值、异常或超时行为,不自动安装框架或访问生产依赖。
-
laolaoshiren-claude-code-skills-zh-zh-code-reviewer
— last commit 2026-08-04
中文代码审查专家 - 生成详细的中文代码审查报告
-
laolaoshiren-claude-code-skills-zh-zh-docgen
— last commit 2026-08-04
中文文档生成器 - 从代码库自动生成中文技术文档
-
laolaoshiren-claude-code-skills-zh-zh-readme
— last commit 2026-08-04
中文 README 生成器 - 先分析项目,再生成面向中文开发者的高质量 README
-
rohitg00-pro-workflow-agent-teams
— last commit 2026-08-03
Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Pa…
-
rohitg00-pro-workflow-auto-setup
— last commit 2026-08-03
Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboard…
-
rohitg00-pro-workflow-batch-orchestration
— last commit 2026-08-03
Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemo…
-
rohitg00-pro-workflow-bug-capture
— last commit 2026-08-03
Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel fo…
-
rohitg00-pro-workflow-compact-guard
— last commit 2026-08-03
Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after.…
-
rohitg00-pro-workflow-context-engineering
— last commit 2026-08-03
Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and cont…
-
rohitg00-pro-workflow-context-optimizer
— last commit 2026-08-03
Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.
-
rohitg00-pro-workflow-cost-tracker
— last commit 2026-08-03
Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.
-
rohitg00-pro-workflow-design-engineering
— last commit 2026-08-03
Apply interface craft when building or reviewing UI - motion, easing, timing, springs, component feel, and visual foundations. Use when bui…
-
rohitg00-pro-workflow-deslop
— last commit 2026-08-03
Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies a…
-
rohitg00-pro-workflow-domain-modeling
— last commit 2026-08-03
Build the project's shared language and bounded contexts before writing code, so names stay consistent and the agent stops paraphrasing dom…
-
rohitg00-pro-workflow-file-watcher
— last commit 2026-08-03
Configure file watching hooks to auto-react to config changes, env file updates, and dependency modifications. Use to set up reactive workf…
-
rohitg00-pro-workflow-improve-architecture
— last commit 2026-08-03
Audit an area of the codebase and propose the smallest structural moves that improve it - untangle boundaries, kill duplication, fix seams,…
-
rohitg00-pro-workflow-insights
— last commit 2026-08-03
Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and se…
-
rohitg00-pro-workflow-learn-rule
— last commit 2026-08-03
Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rul…
-
rohitg00-pro-workflow-llm-council
— last commit 2026-08-03
Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provide…
-
rohitg00-pro-workflow-llm-gate
— last commit 2026-08-03
LLM-powered quality verification using prompt hooks. Validates commit messages, code patterns, and conventions using AI before allowing ope…
-
rohitg00-pro-workflow-mcp-audit
— last commit 2026-08-03
Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.
-
rohitg00-pro-workflow-module-map
— last commit 2026-08-03
Produce a one-screen map of an unfamiliar area of the codebase: entry points, modules, data flow, callers. Designed to be read in fifteen s…
-
rohitg00-pro-workflow-orchestrate
— last commit 2026-08-03
Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementatio…
-
rohitg00-pro-workflow-parallel-worktrees
— last commit 2026-08-03
Create and manage git worktrees for parallel coding sessions with zero dead time. Use when blocked on tests, builds, wanting to work on mul…
-
rohitg00-pro-workflow-permission-tuner
— last commit 2026-08-03
Analyze permission denial patterns and generate optimized alwaysAllow and alwaysDeny rules. Use when permission prompts are slowing you dow…
-
rohitg00-pro-workflow-plan-interrogate
— last commit 2026-08-03
Stress-test a plan by walking its decision tree one question at a time. Use when the user wants to pressure-test a design before implementa…
-
rohitg00-pro-workflow-pro-workflow
— last commit 2026-08-03
Complete AI coding workflow system. Orchestration patterns, 18 hook events, 8 agents, cross-agent support, reference guides, and searchable…
-
rohitg00-pro-workflow-replay-learnings
— last commit 2026-08-03
Surface past learnings relevant to the current task before starting work. Searches correction history, recalls past mistakes, and applies p…
-
rohitg00-pro-workflow-safe-mode
— last commit 2026-08-03
Prevent destructive operations using Claude Code hooks. Three modes — cautious (warn on dangerous commands), lockdown (restrict edits to on…
-
rohitg00-pro-workflow-session-handoff
— last commit 2026-08-03
Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when e…
-
rohitg00-pro-workflow-skill-optimizer
— last commit 2026-08-03
SkillOpt-flavored offline training loop for any SKILL.md. Treats accumulated learn-rule corrections as training trajectories, proposes boun…
-
rohitg00-pro-workflow-skill-router
— last commit 2026-08-03
The index of every pro-workflow skill and command, grouped by job, with when to reach for each and whether it is human-run or auto-triggere…
-
rohitg00-pro-workflow-smart-commit
— last commit 2026-08-03
Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when saying "commit", "git commit",…
-
shanraisshan-claude-code-best-practice-agent-browser
— last commit 2026-08-03
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clickin…
-
shanraisshan-claude-code-best-practice-presentation-structure
— last commit 2026-08-03
Knowledge about the presentation slide format, weight system, navigation, and section structure
-
shanraisshan-claude-code-best-practice-presentation-styling
— last commit 2026-08-03
Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation
-
shanraisshan-claude-code-best-practice-time-fetcher
— last commit 2026-08-03
Instructions for fetching current Dubai time via bash command
-
shanraisshan-claude-code-best-practice-time-skill
— last commit 2026-08-03
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.
-
shanraisshan-claude-code-best-practice-time-svg-creator
— last commit 2026-08-03
Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/ou…
-
shanraisshan-claude-code-best-practice-vibe-to-agentic-framework
— last commit 2026-08-03
The conceptual framework behind the presentation — what "Vibe Coding to Agentic Engineering" means, why the journey is structured the way i…
-
shanraisshan-claude-code-best-practice-weather-fetcher
— last commit 2026-08-03
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
-
shanraisshan-claude-code-best-practice-weather-svg-creator
— last commit 2026-08-03
Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orc…
-
marchtalk-ai-content-skills-business-thinking
— last commit 2026-08-03
商业思维底层能力。处理产品价值、价格、信任、成交、风险、成本、用户为什么付费。区分伪需求和真实付费需求、流量内容和成交内容;分析内容是否服务商业结果、产品是否被用户听懂;落点必须是钱、风险、时间、信任、结果、代价。
-
marchtalk-ai-content-skills-concept-check
— last commit 2026-08-03
概念核验。两种深度:A 贴身词语核验(写文案时一个词该不该留,三问自检 + 行业黑话豁免);B 深度概念拆解(把一个模糊概念拆到说不清就是没想清——对齐是否各说各话、往回倒查原意、两道真假测试、判断是信息缺口还是执行缺口)。别只停在"是不是 AI 空词"就收工,那只是 A 模式…
-
marchtalk-ai-content-skills-content-positioning
— last commit 2026-08-03
账号定位、人设定位、内容栏目、目标用户、承接路径。先锁定目标用户避免吸引错人,把产品优势翻译成用户场景,区分个人 IP / 创始人 IP / 品牌 IP / 门店 IP / 工厂 IP。内容支柱允许商业向(服务成交)和人设向(服务 IP 建立)并存。输出必须包含人设、目标用户、…
-
marchtalk-ai-content-skills-feedback-capture
— last commit 2026-08-03
把用户对内容的批评(太 AI、太模板、像报告、没有现场感、没有商业刺痛、堆叠句式、内容不对、人设走偏等)沉淀成长期可执行规则。只在用户明确说「收录 / 沉淀 / 以后都这样 / 写进去 / 记下来」时追加到长期文件,不要把一时情绪当成规则,只追加不覆盖。也接收正向反馈("这条对…
-
marchtalk-ai-content-skills-flow-check
— last commit 2026-08-03
完播体检。成稿后逐段找「观众在哪一句走掉」:接缝层(段与段衔接,禁连接词硬粘、禁报幕句过渡)、密度层(观点超载 + 重复绕圈 + 对仗排比等结构病)、口感层(默读法,嘴上不会这么说就改)。带画面的脚本强制追加叙事层五项逐镜核:时间线 / 道具动线 / 悬念翻牌 / 情绪推进 /…
-
marchtalk-ai-content-skills-human-psychology-game
— last commit 2026-08-03
用户心理与人性博弈底层能力。处理信任机制、购买阻力、咨询拖延、低价客户、风险感。回答用户为什么不信、为什么说贵、为什么反复问却不买、为什么怕被坑、为什么需要边界感、为什么幻想万能答案,以及内容如何戳中说不出口的心理。
-
marchtalk-ai-content-skills-opening-gate
— last commit 2026-08-03
开头闸门。发布前对封面句 / 标题 / 开头五秒做专项诊断:内容再好,点击率不过关曝光就是零。三关流程:封面句过三闸门(句里有人 / 牌亮了没有 / 是不是人话)→ 开头五秒(独立成立、零铺垫、判决当场下)→ 素材硬度回检(开头亮的牌正文接不接得住)。附发布后数据回流规则:点击…
Page 22 of 50
How this page is ordered
Entries are grouped by whether anyone is still working on them, using the date of the most recent push to the repository. They are not ordered by stars, because a star is a bookmark somebody left once and never took back.
Where we have not checked an entry yet, it says so rather than being mixed in with the verified ones.