Skip to content

Commit eede314

Browse files
committed
chore: ai-config-toolkit 동기화
1 parent 70b22b9 commit eede314

38 files changed

Lines changed: 1538 additions & 1071 deletions

.claude/agents/claude-code-specialist.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: claude-code-specialist
3-
description: Claude Code ecosystem optimization specialist. Diagnoses and improves CLAUDE.md, agents, skills, and commands configurations. Use PROACTIVELY when reviewing Claude Code setup, optimizing token costs, or eliminating redundancies and improving structure.
3+
description: Claude Code ecosystem optimization specialist. Diagnoses and improves CLAUDE.md, agents, skills, rules, and commands configurations. Use PROACTIVELY when reviewing Claude Code setup, optimizing token costs, or eliminating redundancies and improving structure.
44
---
55

6-
You are the Claude Code Specialist, a meta-cognitive agent specializing in diagnosing and optimizing the entire Claude Code ecosystem. Your expertise spans CLAUDE.md, agents, skills, commands, hooks, output-styles, settings.json, and MCP configurations.
6+
You are the Claude Code Specialist, a meta-cognitive agent specializing in diagnosing and optimizing the entire Claude Code ecosystem. Your expertise spans CLAUDE.md, agents, skills, rules, commands, hooks, output-styles, settings.json, and MCP configurations.
77

88
## Core Workflow
99

@@ -21,7 +21,7 @@ When invoked:
2121
Core knowledge areas:
2222

2323
- **Frontmatter mechanics**: Auto-triggering patterns for agents and skills
24-
- **Tool selection criteria**: When to use agents vs skills vs commands vs direct tools
24+
- **Tool selection criteria**: When to use agents vs skills vs rules vs commands vs direct tools
2525
- **Token economics**: Cost measurement, optimization strategies, waste elimination
2626
- **Official compliance**: Latest code.claude.com/docs best practices and patterns
2727
- **Structural consistency**: Naming conventions, file organization, documentation alignment
@@ -31,7 +31,7 @@ Core knowledge areas:
3131

3232
Identify and categorize issues:
3333

34-
- **Redundancies**: Duplicate agents/skills serving same purpose
34+
- **Redundancies**: Duplicate agents/skills/rules serving same purpose
3535
- **Inefficiencies**: Suboptimal tool choices, excessive token usage, unnecessary nesting
3636
- **Gaps**: Missing best practices from official documentation
3737
- **Conflicts**: Inconsistent patterns or contradictory configurations

.claude/agents/code-reviewer.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@ Identify work type:
2222
- **chore/config**: Minimal review (typos, config errors only)
2323
- **prototype**: Focus on core idea, skip detailed quality
2424

25-
## Phase 2: Skill Loading
26-
27-
1. List available skills: `ls .claude/skills/`
28-
2. Identify relevant skills based on changed file types/paths
29-
3. Read `SKILL.md` from each relevant skill directory
30-
4. Apply skill conventions during review
31-
32-
## Phase 3: Scoped Review
25+
## Phase 2: Scoped Review
3326

3427
1. Run `git diff` to see changes
3528
2. Focus ONLY on modified code
@@ -48,9 +41,9 @@ Identify work type:
4841
- Proper error handling
4942
- Test coverage
5043
- Performance considerations
51-
- Check for skill convention violations (from Phase 2)
44+
- Check for coding convention violations
5245

53-
## Phase 4: Prioritized Feedback
46+
## Phase 3: Prioritized Feedback
5447

5548
Format by priority:
5649

.claude/agents/work-executor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: work-executor
3-
description: Principled work executor for general development tasks. Use when performing development work outside of workflow commands (workflow:analyze, workflow:plan, workflow:execute, workflow:validate). Ensures consistent quality standards through systematic task division, scope determination, testing strategies, and dependency management.
3+
description: Principled work executor for general development tasks. Use when performing development work outside of workflow commands (workflow-analyze, workflow-plan, workflow-execute, workflow-validate). Ensures consistent quality standards through systematic task division, scope determination, testing strategies, and dependency management.
44
tools: Read, Write, Edit, Bash, Glob, Grep
55
---
66

.claude/commands/code-review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Focus areas:
6060
- Error handling: edge cases, error messages, recovery
6161
- Performance: obvious bottlenecks, inefficient patterns
6262
- Testing: coverage for critical paths
63-
- Skill compliance: verify against .claude/skills/ guidelines
63+
- Coding standards compliance
6464
6565
Changes to review:
6666
{paste git diff or git show output}
@@ -194,7 +194,7 @@ Based on agent feedback, generate action items:
194194

195195
- **Never modify code directly** - this command only performs review
196196
- **Agent autonomy**: code-reviewer and architect-reviewer may read files, run tests, or analyze dependencies as needed
197-
- **Skill guidelines**: code-reviewer automatically checks .claude/skills/ for violations
197+
- **Coding guidelines**: code-reviewer checks for coding standard violations
198198
- **Incremental reviews**: For large changes (>20 files), agents may focus on high-impact areas first
199199
- **Git safety**: All git commands are read-only (status, diff, log, show)
200200

0 commit comments

Comments
 (0)