You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Watch the demo video [here](https://github.com/cloudwego/abcoder/pull/141)
120
120
121
+
## Use ABCoder as a Skill
122
+
123
+
The **Skill** interface provides native Claude Code integration without MCP protocol overhead. It uses Claude Code's built-in skill system for a more streamlined workflow.
124
+
125
+
### Setup
126
+
127
+
The Skill is automatically configured when you run `abcoder init-spec`. The skill definitions are located in `internal/cmd/assets/.claude/skills/`.
128
+
129
+
### Available Tools
130
+
131
+
| Tool | Description |
132
+
|------|-------------|
133
+
|`list_repos`| List all available repositories |
134
+
|`tree_repo`| Get repository file structure |
135
+
|`get_file_structure`| Get all symbols in a file |
136
+
|`get_file_symbol`| Get symbol details with dependencies and references |
137
+
|`search_symbol`| Search symbols by name pattern |
- Try to use [the recommended prompt](llm/prompt/analyzer.md) and combine planning/memory tools like [sequential-thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking) in your AI agent.
179
218
219
+
### Skill vs MCP
220
+
221
+
ABCoder provides two integration methods with Claude Code:
0 commit comments