Skip to content

Commit 028a6d4

Browse files
committed
chore: refresh agentic setup around skills
- migrate cursor rules to skills - migrate claude commands to user-invoked skills
1 parent cb15262 commit 028a6d4

File tree

41 files changed

+5780
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5780
-84
lines changed

.claude/agents/design-system-researcher.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,8 @@ Follow this systematic approach:
9999
- If the theme of the research goal cannot be found within the project source code, abandon the research task
100100

101101
2. **Environment Preparation**
102-
- Check if the project's repository has already been cloned:
103-
```bash
104-
ls temp/repo-cache | grep {{REPO NAME}}
105-
```
106-
- If the repository has already been cloned, update it to the latest commit:
107-
```bash
108-
cd temp/repo-cache/{{PROJECT NAME}} && git pull --quiet
109-
```
110-
- If the repository has not been cloned, clone it:
111-
```bash
112-
git clone --depth 1 {{PROJECT REPO URL}} temp/repo-cache/{{PROJECT NAME}} --quiet
113-
```
114-
- **NEVER** clone another repository outside of the SINGLE project you are researching.
102+
- Use the `github-repo-manager` skill (`.claude/skills/github-repo-manager/SKILL.md`) to ensure the project's repository is cloned and up to date in `temp/repo-cache/`.
103+
- Only manage the single repository you are researching.
115104

116105
3. **Deep Technical Analysis**
117106
- Examine actual source code implementations, not just documentation

.claude/commands/component-docs.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.claude/commands/component-styles.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.claude/commands/figma.audit-connect.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.claude/commands/figma.create-connect.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.claude/commands/ktlo.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.claude/skills/cds-components/SKILL.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.cursor/rules/code-connect.mdc renamed to .claude/skills/code-connect-best-practice/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
globs: *.figma.tsx
3-
alwaysApply: false
2+
name: code-connect-best-practice
3+
description: Guidelines for writing Figma Code Connect property mappings. Use when working on Figma Code Connect files, which typically end in .figma.tsx.
44
---
55

66
# Guidelines for writing Figma Code Connect mappings
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
description: Use these rules when asked to review CDS React component code
3-
alwaysApply: false
2+
name: code-review
3+
description: Use these rules to review CDS React component code
4+
disable-model-invocation: true
45
---
56

67
# CDS React Component Code Reviews

.claude/commands/competitor-research.md renamed to .claude/skills/competitor-research/SKILL.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
argument-hint: [research goal (e.g. "theming architecture", "progress bar component API", "styling solutions")]
2+
name: competitor-research
33
description: Orchestrates a comprehensive research effort across multiple design systems/component libraries
4-
model: claude-sonnet-4-5
4+
argument-hint: [research goal (e.g. "theming architecture", "progress bar component API", "styling solutions")]
5+
model: claude-sonnet-4-6
56
disable-model-invocation: true
67
---
78

@@ -15,7 +16,7 @@ Use the AskUserQuestion tool if you need to clarify anything about the research
1516

1617
## Research Coordination
1718

18-
Invoke one `design-system-researcher` sub-agent for each of the following design systems:
19+
Invoke one `design-system-researcher` sub-agent (.claude/agents/design-system-researcher.md) for each of the following design systems:
1920

2021
- Material UI
2122
- Base UI

0 commit comments

Comments
 (0)