Initial commit
This commit is contained in:
5
skills/Explore/skill.json
Normal file
5
skills/Explore/skill.json
Normal 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"]
|
||||
}
|
||||
5
skills/general-purpose/skill.json
Normal file
5
skills/general-purpose/skill.json
Normal 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": "*"
|
||||
}
|
||||
5
skills/output-style-setup/skill.json
Normal file
5
skills/output-style-setup/skill.json
Normal 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"]
|
||||
}
|
||||
5
skills/statusline-setup/skill.json
Normal file
5
skills/statusline-setup/skill.json
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user