s
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Skill Discovery
Dynamically discover all available skills and subagent types.
Usage
Run the discovery script to list all skills:
python3 .claude/skills/s/scripts/discover.py
Subagent Types
Subagents are spawned via the Task tool. Available types are defined in the Task tool's system description. To see current subagent types, check the subagent_type parameter in your Task tool definition.
Common subagent types include:
- Explore - Fast codebase exploration, file finding, searches
- general-purpose - Complex multi-step tasks, research
- Bash - Git operations, command execution
- Plan - Architecture decisions, implementation planning
Note: Subagent types are defined by the Task tool, not this skill. Check your tool definitions for the authoritative list.
How Skills Work
Skills live in .claude/skills/<name>/SKILL.md with YAML frontmatter:
---
name: skill-name
description: What it does AND when to trigger (keywords here!)
allowed-tools: Read, Edit, Write, Task
---
- Triggering: Skills auto-trigger based on keywords in their
descriptionfield - Invocation: Use
/<skill-name>or natural language matching trigger keywords - Tools: Each skill declares what tools it can use in
allowed-tools
Adding New Skills
Use the skill-creator skill: /skill-creator <description>
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Run the discovery script to list all skills:
Subagents are spawned via the Task tool. Available types are defined in the Task tool's system description. To see current subagent types, check the subagenttype parameter in your Task tool definition. Common subagent types include:
Skills live in .claude/skills/<name>/SKILL.md with YAML frontmatter: Triggering: Skills auto-trigger based on keywords in their description field Invocation: Use /<skill-name> or natural language matching trigger keywords
Use the skill-creator skill: /skill-creator <description>
# Skill Discovery
Dynamically discover all available skills and subagent types.
## Usage
Run the discovery script to list all skills:
```bash
python3 .claude/skills/s/scripts/discover.py
```
## Subagent Types
Subagents are spawned via the **Task tool**. Available types are defined in the Task tool's system description. To see current subagent types, check the `subagent_type` parameter in your Task tool definition.
Common subagent types include:
- **Explore** - Fast codebase exploration, file finding, searches
- **general-purpose** - Complex multi-step tasks, research
- **Bash** - Git operations, command execution
- **Plan** - Architecture decisions, implementation planning
Note: Subagent types are defined by the Task tool, not this skill. Check your tool definitions for the authoritative list.
## How Skills Work
Skills live in `.claude/skills/<name>/SKILL.md` with YAML frontmatter:
```yaml
---
name: skill-name
description: What it does AND when to trigger (keywords here!)
allowed-tools: Read, Edit, Write, Task
---
```
- **Triggering**: Skills auto-trigger based on keywords in their `description` field
- **Invocation**: Use `/<skill-name>` or natural language matching trigger keywords
- **Tools**: Each skill declares what tools it can use in `allowed-tools`
## Adding New Skills
Use the skill-creator skill: `/skill-creator <description>` Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Subagent Types → How Skills Work → Adding New Skills
terms -> Task tool · Explore · general-purpose · Bash · Plan · Triggering · Invocation · Tools
files/cmd -> subagenttype · .claude/skills/<name>/SKILL.md · description · /<skill-name> · allowed-tools · /skill-creator <description>
body sha256 -> 0bd67a5e794b
Decide Fit First
Design Intent
How To Use It
Boundaries And Review