一键导入
setup
Configures project permissions for the LearningAgents plugin. Adds required Bash and file access rules to .claude/settings.json.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configures project permissions for the LearningAgents plugin. Adds required Bash and file access rules to .claude/settings.json.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | setup |
| description | Configures project permissions for the LearningAgents plugin. Adds required Bash and file access rules to .claude/settings.json. |
Configure the current project's .claude/settings.json so the LearningAgents plugin can run without permission prompts.
.claude/settings.jsonRead .claude/settings.json. If it does not exist, start with:
{
"permissions": {
"allow": []
}
}
Add the following entries to permissions.allow if they are not already present:
| Rule | Purpose |
|---|---|
Bash(learning_agents/scripts/*) | Allow plugin scripts to run |
Bash(bash learning_agents/scripts/*) | Allow plugin scripts invoked via bash |
Read(./.deepwork/tmp/**) | Read session transcripts and temp files |
Write(./.deepwork/tmp/**) | Write session logs and issue files |
Edit(./.deepwork/tmp/**) | Edit issue files during investigation |
Do not duplicate rules that already exist. Preserve all existing rules and formatting.
.claude/session_log_folder_info.mdCreate .claude/session_log_folder_info.md with content describing what was configured:
LearningAgents plugin setup completed.
Permissions added to .claude/settings.json:
- Bash(learning_agents/scripts/*) — plugin scripts
- Bash(bash learning_agents/scripts/*) — plugin scripts via bash
- Read(./.deepwork/tmp/**) — read session data
- Write(./.deepwork/tmp/**) — write session data
- Edit(./.deepwork/tmp/**) — edit session data
Tell the user setup is complete and they can now use /learning-agents commands.
Welcome new users to DeepWork — introduce features, set up reviews, and optionally record a first workflow
Run DeepWork Reviews on the current branch — review changed files using .deepreview rules
Creates a new LearningAgent with directory structure, core-knowledge.md, and Claude Code agent file. Guides the user through initial configuration.
Runs the learning cycle on all LearningAgent sessions with pending transcripts. Identifies issues, investigates root causes, and incorporates learnings into agent definitions.
Reference documentation for DeepWork Reviews — automated code review rules using .deepreview configs and DeepSchema-generated rules
Start or continue DeepWork workflows using MCP tools