StringKe/ai-agents

Claude Code 全局配置集合:Memory、Rules、Skills、MCP。支持通过提示词快速适配其他 AI 编码工具。

9Stars on the repository
22Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

brainstorming

01

StringKe/ai-agents

Skill Claude CodeCodex

A collaborative skill for exploring requirements and turning unclear ideas into a structured spec.md design document. It uses Socratic questioning, a method based on guided questions.

9 5mo ago A 66 tokens

daily

02

StringKe/ai-agents

Skill Claude CodeCodex

A skill that generates a daily work report when the user explicitly runs /daily. It does not run automatically.

9 5mo ago A 22 tokens

done

04

StringKe/ai-agents

Skill Claude CodeCodex

A skill that creates a Chinese Markdown summary of the session and saves it locally. It runs only when you explicitly use /done.

9 5mo ago A 38 tokens

executing-plans

05

StringKe/ai-agents

Skill Claude CodeCodex

A skill for carrying out tasks listed in a plan.md file, a Markdown checklist of planned work. It tracks completed tasks with checkboxes and runs a compile check after each batch of changes.

9 5mo ago A 52 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A decision guide for wrapping up a development branch, the separate line of code changes used for a task. It helps choose whether to merge it, open a pull request, keep it, or discard it.

9 5mo ago A 56 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A workflow for handling feedback from a code review, which is a review of proposed code changes by another person or tool.

9 5mo ago A 58 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A review command that sends the current code changes to a code-reviewer subagent for a thorough review.

9 5mo ago A 42 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A development workflow that assigns each planned task to an independent subagent, another agent working on a smaller task. It performs separate checks for specification compliance and code quality.

9 5mo ago A 54 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A four-stage debugging method that investigates a problem, looks for patterns, tests possible causes, and then fixes the confirmed cause. Debugging means finding and correcting faults in software.

9 5mo ago A 69 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A test-first development method built around a repeated red, green, and refactor cycle. TDD means writing a failing test before the production code, making it pass, and then improving the design.

9 5mo ago A 55 tokens

using-git-worktrees

12

StringKe/ai-agents

Skill Claude CodeCodex

A skill for creating isolated Git worktrees, which are separate working directories linked to one repository. They let different branches be worked on without changing the current directory's files.

9 5mo ago A 52 tokens

weekly

14

StringKe/ai-agents

Skill Claude CodeCodex

A skill that generates a work report for the current week.

9 5mo ago A 24 tokens

writing-plans

15

StringKe/ai-agents

Skill Claude CodeCodex

A method for turning design specifications into a detailed implementation plan called plan.md. It breaks the work into small tasks and follows principles that avoid repetition and unnecessary features.

9 5mo ago A 65 tokens

writing-skills

16

StringKe/ai-agents

Skill Claude CodeCodex

A skill for writing and improving Claude Code skill files, which are instruction files that guide coding-agent behaviour. It uses TDD, or test-driven development, where tests are written before implementation.

9 5mo ago A 34 tokens