@tencent-ai/agent-sdk 0.3.99 → 0.3.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/CHANGELOG.md +26 -0
- package/cli/dist/codebuddy-headless.js +53 -53
- package/cli/dist/web-ui/assets/index-BoMlEqUE.js +439 -0
- package/cli/dist/web-ui/assets/index-Dt1puyHn.css +32 -0
- package/cli/dist/web-ui/docs/cn/cli/acp.md +152 -0
- package/cli/dist/web-ui/docs/cn/cli/agent-teams.md +327 -0
- package/cli/dist/web-ui/docs/cn/cli/bash-sandboxing.md +290 -0
- package/cli/dist/web-ui/docs/cn/cli/best-practices.md +554 -0
- package/cli/dist/web-ui/docs/cn/cli/channels-reference.md +293 -0
- package/cli/dist/web-ui/docs/cn/cli/channels.md +215 -0
- package/cli/dist/web-ui/docs/cn/cli/checkpointing.md +51 -0
- package/cli/dist/web-ui/docs/cn/cli/cli-reference.md +187 -0
- package/cli/dist/web-ui/docs/cn/cli/common-workflows.md +1013 -0
- package/cli/dist/web-ui/docs/cn/cli/costs.md +174 -0
- package/cli/dist/web-ui/docs/cn/cli/devcontainer.md +553 -0
- package/cli/dist/web-ui/docs/cn/cli/env-vars.md +326 -0
- package/cli/dist/web-ui/docs/cn/cli/gitlab-ci-cd.md +357 -0
- package/cli/dist/web-ui/docs/cn/cli/headless.md +258 -0
- package/cli/dist/web-ui/docs/cn/cli/hooks-guide.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/hooks.md +805 -0
- package/cli/dist/web-ui/docs/cn/cli/iam.md +530 -0
- package/cli/dist/web-ui/docs/cn/cli/ide-integrations.md +92 -0
- package/cli/dist/web-ui/docs/cn/cli/installation.md +291 -0
- package/cli/dist/web-ui/docs/cn/cli/interactive-mode.md +233 -0
- package/cli/dist/web-ui/docs/cn/cli/mcp.md +739 -0
- package/cli/dist/web-ui/docs/cn/cli/memory.md +436 -0
- package/cli/dist/web-ui/docs/cn/cli/models.md +356 -0
- package/cli/dist/web-ui/docs/cn/cli/overview.md +100 -0
- package/cli/dist/web-ui/docs/cn/cli/plugin-marketplaces.md +533 -0
- package/cli/dist/web-ui/docs/cn/cli/plugins-reference.md +774 -0
- package/cli/dist/web-ui/docs/cn/cli/plugins.md +689 -0
- package/cli/dist/web-ui/docs/cn/cli/quickstart.md +249 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/README.md +199 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.10.0.md +23 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.10.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.11.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.12.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.13.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.14.0.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.14.1.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.15.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.15.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.16.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.17.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.18.0.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.0.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.20.0.md +23 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.20.1.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.21.0.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.22.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.3.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.4.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.5.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.24.0.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.25.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.25.1.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.26.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.1.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.2.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.3.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.28.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.28.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.29.0.md +35 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.3.1.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.30.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.30.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.0.md +51 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.2.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.32.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.33.0.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.33.1.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.36.3.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.1.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.10.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.11.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.12.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.13.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.14.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.15.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.16.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.17.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.18.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.19.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.2.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.20.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.3.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.4.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.5.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.6.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.7.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.8.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.9.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.0.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.2.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.39.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.4.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.40.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.40.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.3.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.4.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.5.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.6.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.7.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.8.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.0.md +39 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.1.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.3.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.43.0.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.43.1.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.44.0.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.44.1.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.45.0.md +34 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.45.1.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.46.0.md +12 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.47.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.48.0.md +32 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.48.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.2.md +39 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.3.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.5.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.6.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.7.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.5.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.0.md +25 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.1.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.3.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.4.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.5.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.6.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.7.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.1.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.0.md +30 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.1.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.2.md +12 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.3.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.4.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.5.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.6.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.53.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.54.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.55.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.55.1.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.56.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.56.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.57.0.md +32 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.57.1.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.58.0.md +34 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.59.0.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.6.0.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.6.1.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.60.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.2.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.3.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.62.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.62.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.2.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.3.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.4.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.5.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.0.md +37 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.65.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.65.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.67.0.md +33 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.7.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.1.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.3.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.4.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.5.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.6.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.9.0.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/remote-control.md +247 -0
- package/cli/dist/web-ui/docs/cn/cli/sandboxing.md +316 -0
- package/cli/dist/web-ui/docs/cn/cli/scheduled-tasks.md +161 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-custom-tools.md +1195 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-demos.md +347 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-hooks.md +803 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-mcp.md +643 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-permissions.md +501 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-python.md +783 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-sessions.md +332 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-typescript.md +759 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk.md +1105 -0
- package/cli/dist/web-ui/docs/cn/cli/security.md +387 -0
- package/cli/dist/web-ui/docs/cn/cli/settings.md +602 -0
- package/cli/dist/web-ui/docs/cn/cli/skills.md +448 -0
- package/cli/dist/web-ui/docs/cn/cli/slash-commands.md +397 -0
- package/cli/dist/web-ui/docs/cn/cli/statusline.md +525 -0
- package/cli/dist/web-ui/docs/cn/cli/sub-agents.md +634 -0
- package/cli/dist/web-ui/docs/cn/cli/terminal-config.md +77 -0
- package/cli/dist/web-ui/docs/cn/cli/tools-reference.md +99 -0
- package/cli/dist/web-ui/docs/cn/cli/troubleshooting.md +190 -0
- package/cli/dist/web-ui/docs/cn/cli/web-ui.md +164 -0
- package/cli/dist/web-ui/docs/cn/cli/wecom-bot-setup.md +274 -0
- package/cli/dist/web-ui/docs/cn/cli/worktree.md +660 -0
- package/cli/dist/web-ui/docs/en/cli/acp.md +126 -0
- package/cli/dist/web-ui/docs/en/cli/agent-teams.md +327 -0
- package/cli/dist/web-ui/docs/en/cli/bash-sandboxing.md +357 -0
- package/cli/dist/web-ui/docs/en/cli/best-practices.md +554 -0
- package/cli/dist/web-ui/docs/en/cli/channels-reference.md +293 -0
- package/cli/dist/web-ui/docs/en/cli/channels.md +215 -0
- package/cli/dist/web-ui/docs/en/cli/checkpointing.md +53 -0
- package/cli/dist/web-ui/docs/en/cli/cli-reference.md +187 -0
- package/cli/dist/web-ui/docs/en/cli/common-workflows.md +1011 -0
- package/cli/dist/web-ui/docs/en/cli/costs.md +174 -0
- package/cli/dist/web-ui/docs/en/cli/devcontainer.md +553 -0
- package/cli/dist/web-ui/docs/en/cli/env-vars.md +326 -0
- package/cli/dist/web-ui/docs/en/cli/gitlab-ci-cd.md +357 -0
- package/cli/dist/web-ui/docs/en/cli/headless.md +258 -0
- package/cli/dist/web-ui/docs/en/cli/hooks-guide.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/hooks.md +801 -0
- package/cli/dist/web-ui/docs/en/cli/iam.md +526 -0
- package/cli/dist/web-ui/docs/en/cli/ide-integrations.md +92 -0
- package/cli/dist/web-ui/docs/en/cli/installation.md +266 -0
- package/cli/dist/web-ui/docs/en/cli/interactive-mode.md +233 -0
- package/cli/dist/web-ui/docs/en/cli/mcp.md +739 -0
- package/cli/dist/web-ui/docs/en/cli/memory.md +436 -0
- package/cli/dist/web-ui/docs/en/cli/models.md +355 -0
- package/cli/dist/web-ui/docs/en/cli/overview.md +100 -0
- package/cli/dist/web-ui/docs/en/cli/plugin-marketplaces.md +534 -0
- package/cli/dist/web-ui/docs/en/cli/plugins-reference.md +774 -0
- package/cli/dist/web-ui/docs/en/cli/plugins.md +688 -0
- package/cli/dist/web-ui/docs/en/cli/quickstart.md +249 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/README.md +193 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.11.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.12.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.13.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.1.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.16.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.17.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.18.0.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.0.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.1.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.21.0.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.22.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.0.md +41 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.3.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.4.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.5.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.24.0.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.1.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.26.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.1.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.2.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.3.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.29.0.md +35 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.3.1.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.0.md +51 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.2.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.32.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.0.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.0.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.35.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.2.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.3.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.1.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.10.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.11.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.12.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.13.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.14.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.15.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.16.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.17.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.18.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.19.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.2.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.20.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.3.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.4.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.5.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.6.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.7.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.8.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.9.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.2.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.39.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.4.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.3.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.4.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.5.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.6.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.7.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.8.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.0.md +39 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.1.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.3.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.0.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.1.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.0.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.1.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.0.md +34 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.46.0.md +12 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.47.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.0.md +32 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.2.md +39 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.3.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.5.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.6.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.7.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.5.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.0.md +25 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.1.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.3.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.4.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.5.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.6.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.7.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.1.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.0.md +30 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.1.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.2.md +12 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.3.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.4.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.5.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.6.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.53.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.54.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.1.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.0.md +32 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.1.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.58.0.md +34 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.59.0.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.0.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.1.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.60.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.2.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.3.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.2.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.3.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.4.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.5.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.0.md +37 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.67.0.md +33 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.7.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.1.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.3.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.4.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.5.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.6.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.9.0.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/remote-control.md +247 -0
- package/cli/dist/web-ui/docs/en/cli/sandboxing.md +316 -0
- package/cli/dist/web-ui/docs/en/cli/scheduled-tasks.md +160 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-custom-tools.md +1131 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-demos.md +347 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-hooks.md +813 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-mcp.md +645 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-permissions.md +461 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-python.md +797 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-sessions.md +340 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-typescript.md +770 -0
- package/cli/dist/web-ui/docs/en/cli/sdk.md +1103 -0
- package/cli/dist/web-ui/docs/en/cli/security.md +388 -0
- package/cli/dist/web-ui/docs/en/cli/settings.md +602 -0
- package/cli/dist/web-ui/docs/en/cli/skills.md +448 -0
- package/cli/dist/web-ui/docs/en/cli/slash-commands.md +397 -0
- package/cli/dist/web-ui/docs/en/cli/statusline.md +525 -0
- package/cli/dist/web-ui/docs/en/cli/sub-agents.md +621 -0
- package/cli/dist/web-ui/docs/en/cli/terminal-config.md +77 -0
- package/cli/dist/web-ui/docs/en/cli/tools-reference.md +99 -0
- package/cli/dist/web-ui/docs/en/cli/troubleshooting.md +190 -0
- package/cli/dist/web-ui/docs/en/cli/web-ui.md +164 -0
- package/cli/dist/web-ui/docs/en/cli/wecom-bot-setup.md +274 -0
- package/cli/dist/web-ui/docs/en/cli/worktree.md +660 -0
- package/cli/dist/web-ui/docs/search-index-en.json +1 -0
- package/cli/dist/web-ui/docs/search-index-zh.json +1 -0
- package/cli/dist/web-ui/docs/sidebar-en.json +1 -0
- package/cli/dist/web-ui/docs/sidebar-zh.json +1 -0
- package/cli/dist/web-ui/index.html +2 -2
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +2 -2
- package/cli/product.ioa.json +2 -2
- package/cli/product.json +3 -3
- package/cli/product.selfhosted.json +2 -2
- package/package.json +1 -1
- package/cli/dist/web-ui/assets/index-BPT-qRRx.js +0 -411
- package/cli/dist/web-ui/assets/index-f_ibHSHw.css +0 -32
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
# CodeBuddy Code Skills (Skills System)
|
|
2
|
+
|
|
3
|
+
Skills are CodeBuddy Code's extension capability system that allows you to create specialized domain knowledge and workflow templates, enabling the AI assistant to handle specific types of tasks with greater expertise.
|
|
4
|
+
|
|
5
|
+
## What are Skills
|
|
6
|
+
|
|
7
|
+
Skills are like "professional training" for the AI assistant. With Skills, you can:
|
|
8
|
+
|
|
9
|
+
- **Encapsulate specialized knowledge**: Package domain-specific best practices and operational procedures into reusable capabilities
|
|
10
|
+
- **Provide workflow templates**: Define standardized task processing flows to improve work efficiency
|
|
11
|
+
- **Extend AI capabilities**: Enable the AI assistant to handle more specialized and complex tasks
|
|
12
|
+
- **Share team collaboration**: Project-level Skills allow teams to share specialized knowledge among members
|
|
13
|
+
|
|
14
|
+
## Skills vs Slash Commands
|
|
15
|
+
|
|
16
|
+
| Feature | Skills | Slash Commands |
|
|
17
|
+
|-----|--------|----------------|
|
|
18
|
+
| **Invocation** | Automatically identified and invoked by the AI model | Manually entered by the user |
|
|
19
|
+
| **Use Case** | Specialized domain task processing | Quick operations and workflows |
|
|
20
|
+
| **Permission Control** | Supports tool allowlist restrictions | No special permission control |
|
|
21
|
+
| **Working Directory** | Supports custom base directory | Uses current working directory |
|
|
22
|
+
| **Visibility** | Transparent to user, AI makes decisions automatically | Actively initiated by user |
|
|
23
|
+
|
|
24
|
+
**In simple terms**:
|
|
25
|
+
- **Slash Commands** are shortcuts actively invoked by users
|
|
26
|
+
- **Skills** are specialized capabilities automatically selected by the AI based on task requirements
|
|
27
|
+
|
|
28
|
+
## Creating Skills
|
|
29
|
+
|
|
30
|
+
### Directory Structure
|
|
31
|
+
|
|
32
|
+
Skills are defined by creating a `SKILL.md` file in specific directories:
|
|
33
|
+
|
|
34
|
+
1. **Project-level Skills**: `.codebuddy/skills/` (in project root)
|
|
35
|
+
2. **User-level Skills**: `~/.codebuddy/skills/` (in user home directory)
|
|
36
|
+
|
|
37
|
+
Each Skill has its own directory containing a `SKILL.md` file:
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
.codebuddy/skills/
|
|
41
|
+
├── pdf/
|
|
42
|
+
│ └── SKILL.md
|
|
43
|
+
├── data-analysis/
|
|
44
|
+
│ └── SKILL.md
|
|
45
|
+
└── code-review/
|
|
46
|
+
└── SKILL.md
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### SKILL.md Format
|
|
50
|
+
|
|
51
|
+
Skill files use Markdown format and support YAML Frontmatter for defining metadata:
|
|
52
|
+
|
|
53
|
+
```markdown
|
|
54
|
+
|
|
55
|
+
You are a PDF document processing expert, skilled in:
|
|
56
|
+
- Parsing and extracting PDF content
|
|
57
|
+
- Converting PDFs to other formats
|
|
58
|
+
- Generating PDF reports
|
|
59
|
+
|
|
60
|
+
When users need to handle PDF-related tasks, use the following workflow:
|
|
61
|
+
1. First check if the PDF file exists
|
|
62
|
+
2. Use appropriate tools to extract content
|
|
63
|
+
3. Process according to requirements
|
|
64
|
+
4. Generate result reports
|
|
65
|
+
|
|
66
|
+
Available tools:
|
|
67
|
+
- pdftotext: Extract text content
|
|
68
|
+
- pdfinfo: Get PDF information
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### Frontmatter Fields
|
|
72
|
+
|
|
73
|
+
| Field | Required | Description | Example |
|
|
74
|
+
|-----|------|------|------|
|
|
75
|
+
| `name` | No | Skill name, uses directory name if not specified | `pdf` |
|
|
76
|
+
| `description` | No | Skill description, helps AI understand when to use it | `PDF document processing expert (project)` |
|
|
77
|
+
| `allowed-tools` | No | Allowlist of permitted tools, comma-separated | `Read, Write, Bash` |
|
|
78
|
+
| `disable-model-invocation` | No | When set to `true`, the Skill will not appear in the Skill tool and can only be triggered manually via `/skill-name` | `true` |
|
|
79
|
+
| `user-invocable` | No | When set to `false`, the Skill is hidden from the `/` menu and is only available for internal AI invocation or reference by other Skills, defaults to `true` | `false` |
|
|
80
|
+
| `context` | No | When set to `fork`, the Skill executes in an isolated subagent context | `fork` |
|
|
81
|
+
| `agent` | No | Specifies the subagent type, only effective when `context: fork` | `Explore` |
|
|
82
|
+
|
|
83
|
+
## Execute Shell Commands
|
|
84
|
+
|
|
85
|
+
Like [Slash Commands](slash-commands.md), Skills also support inline Shell command execution in SKILL.md using the `` !`command` `` syntax. When a Skill is triggered (whether automatically by AI or manually by the user via `/skill-name`), these commands are executed and their output replaces the command in the Skill content for subsequent AI analysis.
|
|
86
|
+
|
|
87
|
+
**Example**:
|
|
88
|
+
|
|
89
|
+
```markdown
|
|
90
|
+
---
|
|
91
|
+
description: Project status analysis
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
### Current Working Directory
|
|
95
|
+
|
|
96
|
+
!`echo "CWD=$(pwd)"`
|
|
97
|
+
|
|
98
|
+
### Git Status
|
|
99
|
+
|
|
100
|
+
!`git status --short`
|
|
101
|
+
|
|
102
|
+
### Recent Commits
|
|
103
|
+
|
|
104
|
+
!`git log --oneline -5`
|
|
105
|
+
|
|
106
|
+
Please analyze the current project status based on the above information.
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
### Supported Features
|
|
110
|
+
|
|
111
|
+
- **`$ARGUMENTS` parameter substitution**: Before Shell command execution, `$ARGUMENTS` is replaced with the arguments passed by the user
|
|
112
|
+
- **`@file` file references**: After Shell command execution, `@file` references are processed and file content is injected
|
|
113
|
+
- **Error isolation**: A single command failure does not affect other commands; failed commands are replaced with empty strings
|
|
114
|
+
|
|
115
|
+
> 💡 **Processing pipeline**: `$ARGUMENTS` substitution → `` !`command` `` execution → `@file` reference processing, consistent with the processing order of Slash Commands.
|
|
116
|
+
|
|
117
|
+
## Context Fork
|
|
118
|
+
|
|
119
|
+
`context: fork` makes the Skill run in an isolated subagent context without accessing conversation history.
|
|
120
|
+
|
|
121
|
+
```yaml
|
|
122
|
+
---
|
|
123
|
+
name: deep-research
|
|
124
|
+
description: Deep research on a topic
|
|
125
|
+
context: fork
|
|
126
|
+
agent: Explore
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
Research $ARGUMENTS:
|
|
130
|
+
1. Use Glob and Grep to find relevant files
|
|
131
|
+
2. Read and analyze code
|
|
132
|
+
3. Summarize findings with specific file references
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
### Available Agent Types
|
|
136
|
+
|
|
137
|
+
| Type | Description |
|
|
138
|
+
|-----|------|
|
|
139
|
+
| `general-purpose` | General purpose (default) |
|
|
140
|
+
| `Explore` | Read-only tools, optimized for codebase exploration |
|
|
141
|
+
| `Plan` | Planning and analysis |
|
|
142
|
+
| Custom | Agents defined in `.codebuddy/agents/` |
|
|
143
|
+
|
|
144
|
+
### Hidden Skills (user-invocable)
|
|
145
|
+
|
|
146
|
+
`user-invocable: false` hides the Skill from the `/` menu, suitable for:
|
|
147
|
+
- Background knowledge Skills (e.g., project specifications, coding standards)
|
|
148
|
+
- Helper Skills only referenced by other Skills or internal AI invocation
|
|
149
|
+
|
|
150
|
+
```yaml
|
|
151
|
+
---
|
|
152
|
+
name: project-guidelines
|
|
153
|
+
description: Project coding standards and best practices
|
|
154
|
+
user-invocable: false
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
# Project Coding Standards
|
|
158
|
+
|
|
159
|
+
This project follows the following coding standards:
|
|
160
|
+
- Use TypeScript strict mode
|
|
161
|
+
- Function naming uses camelCase
|
|
162
|
+
- Component naming uses PascalCase
|
|
163
|
+
...
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Such Skills are loaded into the AI's context but cannot be directly invoked by users through the `/` menu.
|
|
167
|
+
|
|
168
|
+
### Execution Flow
|
|
169
|
+
|
|
170
|
+
1. Create a new isolated context
|
|
171
|
+
2. The subagent receives the Skill content as a prompt
|
|
172
|
+
3. The `agent` field determines the execution environment
|
|
173
|
+
4. Results are returned to the main conversation
|
|
174
|
+
|
|
175
|
+
> **Note**: `context: fork` is only suitable for Skills that contain specific tasks. Skills with only guidelines and no concrete tasks will not produce meaningful output.
|
|
176
|
+
|
|
177
|
+
## Usage Examples
|
|
178
|
+
|
|
179
|
+
### Example 1: PDF Processing Skill
|
|
180
|
+
|
|
181
|
+
**File**: `.codebuddy/skills/pdf/SKILL.md`
|
|
182
|
+
|
|
183
|
+
```markdown
|
|
184
|
+
---
|
|
185
|
+
name: pdf
|
|
186
|
+
description: PDF document processing and conversion expert
|
|
187
|
+
allowed-tools: Read, Write, Bash, WebFetch
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
# PDF Processing Expert
|
|
191
|
+
|
|
192
|
+
You are a professional PDF document processing expert.
|
|
193
|
+
|
|
194
|
+
## Core Capabilities
|
|
195
|
+
- Extract PDF text content
|
|
196
|
+
- Convert PDFs to Markdown, HTML and other formats
|
|
197
|
+
- Merge and split PDF files
|
|
198
|
+
- Extract PDF metadata and bookmarks
|
|
199
|
+
|
|
200
|
+
## Workflow
|
|
201
|
+
1. Check if the PDF file exists and is accessible
|
|
202
|
+
2. Use pdftotext or pdfinfo to get basic information
|
|
203
|
+
3. Select appropriate processing tools based on task type
|
|
204
|
+
4. Validate completeness of output results
|
|
205
|
+
|
|
206
|
+
## Available Tools
|
|
207
|
+
- pdftotext: Extract plain text
|
|
208
|
+
- pdfinfo: Get document information
|
|
209
|
+
- pdftk: Merge and split operations
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
**Usage**: When a user asks "Help me extract the content from this PDF", the AI will automatically recognize the need for PDF processing capabilities and invoke this Skill.
|
|
213
|
+
|
|
214
|
+
### Example 2: Data Analysis Skill
|
|
215
|
+
|
|
216
|
+
**File**: `~/.codebuddy/skills/data-analysis/SKILL.md`
|
|
217
|
+
|
|
218
|
+
```markdown
|
|
219
|
+
---
|
|
220
|
+
name: data-analysis
|
|
221
|
+
description: Data analysis and visualization expert
|
|
222
|
+
allowed-tools: Read, Write, Bash, WebFetch, NotebookEdit
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
# Data Analysis Expert
|
|
226
|
+
|
|
227
|
+
You are a professional data analyst skilled in using Python and related tools for data analysis.
|
|
228
|
+
|
|
229
|
+
## Core Capabilities
|
|
230
|
+
- Data cleaning and preprocessing
|
|
231
|
+
- Statistical analysis and modeling
|
|
232
|
+
- Data visualization
|
|
233
|
+
- Generate analysis reports
|
|
234
|
+
|
|
235
|
+
## Analysis Workflow
|
|
236
|
+
1. Understand data structure and quality
|
|
237
|
+
2. Clean and preprocess data
|
|
238
|
+
3. Perform statistical analysis
|
|
239
|
+
4. Create visualization charts
|
|
240
|
+
5. Generate analytical conclusions
|
|
241
|
+
|
|
242
|
+
## Toolset
|
|
243
|
+
- pandas: Data processing
|
|
244
|
+
- numpy: Numerical computation
|
|
245
|
+
- matplotlib/seaborn: Visualization
|
|
246
|
+
- scikit-learn: Machine learning
|
|
247
|
+
|
|
248
|
+
## Best Practices
|
|
249
|
+
- Always explore data quality first
|
|
250
|
+
- Use Jupyter Notebook for interactive analysis
|
|
251
|
+
- Save intermediate results to avoid redundant computation
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
### Example 3: Code Review Skill
|
|
255
|
+
|
|
256
|
+
**File**: `.codebuddy/skills/code-review/SKILL.md`
|
|
257
|
+
|
|
258
|
+
```markdown
|
|
259
|
+
---
|
|
260
|
+
name: code-review
|
|
261
|
+
description: Code review and quality inspection expert
|
|
262
|
+
allowed-tools: Read, Grep, Bash, Edit
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
# Code Review Expert
|
|
266
|
+
|
|
267
|
+
You are an experienced code reviewer who follows industry best practices.
|
|
268
|
+
|
|
269
|
+
## Review Focus
|
|
270
|
+
1. **Code Quality**
|
|
271
|
+
- Naming conventions
|
|
272
|
+
- Code complexity
|
|
273
|
+
- Code duplication
|
|
274
|
+
|
|
275
|
+
2. **Security**
|
|
276
|
+
- SQL injection risks
|
|
277
|
+
- XSS vulnerabilities
|
|
278
|
+
- Authentication and authorization issues
|
|
279
|
+
|
|
280
|
+
3. **Performance**
|
|
281
|
+
- Algorithm efficiency
|
|
282
|
+
- Resource usage
|
|
283
|
+
- Caching strategies
|
|
284
|
+
|
|
285
|
+
4. **Maintainability**
|
|
286
|
+
- Code comments
|
|
287
|
+
- Modular design
|
|
288
|
+
- Test coverage
|
|
289
|
+
|
|
290
|
+
## Review Process
|
|
291
|
+
1. Understand the purpose of code changes
|
|
292
|
+
2. Check code style and conventions
|
|
293
|
+
3. Analyze potential bugs and performance issues
|
|
294
|
+
4. Verify security
|
|
295
|
+
5. Provide constructive improvement suggestions
|
|
296
|
+
|
|
297
|
+
## Output Format
|
|
298
|
+
- ✅ Strengths: List what was done well
|
|
299
|
+
- ⚠️ Issues: Point out areas needing improvement
|
|
300
|
+
- 💡 Suggestions: Provide specific improvement recommendations
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
## How AI Selects Skills
|
|
304
|
+
|
|
305
|
+
The AI decides whether to invoke a Skill based on the following factors:
|
|
306
|
+
|
|
307
|
+
1. **Task Matching**: Relevance between task description and Skill description
|
|
308
|
+
2. **Tool Requirements**: Whether required tools are within the allowed-tools scope
|
|
309
|
+
3. **Context Relevance**: Whether the current conversation context is suitable for using the Skill
|
|
310
|
+
4. **Skill Source**: Project-level Skills have priority over user-level Skills
|
|
311
|
+
|
|
312
|
+
## Permission Control
|
|
313
|
+
|
|
314
|
+
### allowed-tools Allowlist
|
|
315
|
+
|
|
316
|
+
Restrict which tools a Skill can use via the `allowed-tools` field:
|
|
317
|
+
|
|
318
|
+
```yaml
|
|
319
|
+
allowed-tools: Read, Write, Bash(git:*), Grep
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
Supported tool pattern matching:
|
|
323
|
+
- `Bash(git:*)` - Only allow git-related commands
|
|
324
|
+
- `Edit(src/**/*.ts)` - Only allow editing specific path files
|
|
325
|
+
|
|
326
|
+
### Working Directory Restrictions
|
|
327
|
+
|
|
328
|
+
Each Skill has its own `baseDirectory` (the directory containing SKILL.md), which can be referenced in Skill instructions:
|
|
329
|
+
|
|
330
|
+
```markdown
|
|
331
|
+
When processing files, prioritize searching for related resources in the {baseDirectory} directory.
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
## Best Practices
|
|
335
|
+
|
|
336
|
+
### 1. Clear Skill Description
|
|
337
|
+
|
|
338
|
+
```yaml
|
|
339
|
+
# ❌ Poor
|
|
340
|
+
description: Process files
|
|
341
|
+
|
|
342
|
+
# ✅ Good
|
|
343
|
+
description: PDF document parsing and conversion expert, supports text extraction and format conversion (project)
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
### 2. Detailed Instruction Content
|
|
347
|
+
|
|
348
|
+
Provide detailed:
|
|
349
|
+
- Core capability descriptions
|
|
350
|
+
- Standard workflow procedures
|
|
351
|
+
- Available tool lists
|
|
352
|
+
- Common scenario handling methods
|
|
353
|
+
- Output format requirements
|
|
354
|
+
|
|
355
|
+
### 3. Reasonable Tool Permissions
|
|
356
|
+
|
|
357
|
+
Only grant necessary tool permissions:
|
|
358
|
+
|
|
359
|
+
```yaml
|
|
360
|
+
# ❌ Excessive permissions
|
|
361
|
+
allowed-tools: Bash
|
|
362
|
+
|
|
363
|
+
# ✅ Precise control
|
|
364
|
+
allowed-tools: Read, Write, Bash(git:status,git:diff), Grep
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
### 4. Organize Skill Directories
|
|
368
|
+
|
|
369
|
+
Organize Skills by functional domains:
|
|
370
|
+
|
|
371
|
+
```
|
|
372
|
+
.codebuddy/skills/
|
|
373
|
+
├── document/
|
|
374
|
+
│ ├── pdf/SKILL.md
|
|
375
|
+
│ └── markdown/SKILL.md
|
|
376
|
+
├── data/
|
|
377
|
+
│ ├── analysis/SKILL.md
|
|
378
|
+
│ └── visualization/SKILL.md
|
|
379
|
+
└── code/
|
|
380
|
+
├── review/SKILL.md
|
|
381
|
+
└── refactor/SKILL.md
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
## Debugging Skills
|
|
385
|
+
|
|
386
|
+
### View Loaded Skills
|
|
387
|
+
|
|
388
|
+
Use the `/skills` command to view all currently loaded Skills:
|
|
389
|
+
|
|
390
|
+
```
|
|
391
|
+
/skills
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
The Skills panel will display:
|
|
395
|
+
- **User skills**: User-level Skills (`~/.codebuddy/skills/`)
|
|
396
|
+
- **Project skills**: Project-level Skills (`.codebuddy/skills/`)
|
|
397
|
+
- **Plugin skills**: Skills provided by plugins
|
|
398
|
+
|
|
399
|
+
Each Skill will show its name and estimated token count.
|
|
400
|
+
|
|
401
|
+
### Common Issues
|
|
402
|
+
|
|
403
|
+
**Q: Skill not being triggered?**
|
|
404
|
+
- Check if description clearly describes the Skill's functionality
|
|
405
|
+
- Confirm task description matches Skill capabilities
|
|
406
|
+
- Verify allowed-tools includes required tools
|
|
407
|
+
|
|
408
|
+
**Q: Skill has insufficient permissions?**
|
|
409
|
+
- Check allowed-tools configuration
|
|
410
|
+
- Confirm tool names are spelled correctly
|
|
411
|
+
- Use pattern matching for precise permission control
|
|
412
|
+
|
|
413
|
+
**Q: Project-level and user-level Skill conflict?**
|
|
414
|
+
- Project-level Skills have higher priority
|
|
415
|
+
- Use different names to avoid conflicts
|
|
416
|
+
|
|
417
|
+
## Integration with Other Features
|
|
418
|
+
|
|
419
|
+
### Skills + Memory
|
|
420
|
+
|
|
421
|
+
Skills can access information stored in the Memory system:
|
|
422
|
+
|
|
423
|
+
```markdown
|
|
424
|
+
When performing data analysis, refer to data schemas and business rules saved in Memory.
|
|
425
|
+
```
|
|
426
|
+
|
|
427
|
+
### Skills + Slash Commands
|
|
428
|
+
|
|
429
|
+
Slash Commands can reference Skills:
|
|
430
|
+
|
|
431
|
+
```markdown
|
|
432
|
+
<!-- .codebuddy/commands/analyze-data.md -->
|
|
433
|
+
Please use the data-analysis skill to analyze file: $1
|
|
434
|
+
```
|
|
435
|
+
|
|
436
|
+
### Skills + MCP
|
|
437
|
+
|
|
438
|
+
Skills can invoke external tools provided by MCP (if included in allowed-tools).
|
|
439
|
+
|
|
440
|
+
## Next Steps
|
|
441
|
+
|
|
442
|
+
- [Slash Commands](slash-commands.md) - Learn about user-initiated commands
|
|
443
|
+
- [Settings Configuration](settings.md) - Configure tool permissions
|
|
444
|
+
- [MCP Integration](mcp.md) - Extend external tool capabilities
|
|
445
|
+
|
|
446
|
+
---
|
|
447
|
+
|
|
448
|
+
*Skills - Making AI a domain expert*
|