Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:29 +08:00
commit 8733af3ef7
18 changed files with 1318 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"name": "Explore",
"description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions.",
"tools": ["Glob", "Grep", "Read", "Bash"]
}

View File

@@ -0,0 +1,5 @@
{
"name": "general-purpose",
"description": "General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks autonomously.",
"tools": "*"
}

View File

@@ -0,0 +1,5 @@
{
"name": "output-style-setup",
"description": "Use this agent to create a Claude Code output style.",
"tools": ["Read", "Write", "Edit", "Glob", "Grep"]
}

View File

@@ -0,0 +1,5 @@
{
"name": "statusline-setup",
"description": "Use this agent to configure the user's Claude Code status line setting.",
"tools": ["Read", "Edit"]
}