@action-llama/skill 0.23.8 → 0.24.2

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.
@@ -1,24 +0,0 @@
1
- # Create a new agent
2
-
3
- Create a new Action Llama agent named `$ARGUMENTS`.
4
-
5
- ## Steps
6
-
7
- 1. Ask the user for:
8
- - **Trigger type**: `schedule` (cron), `webhook`, or both
9
- - If schedule: a cron expression (e.g. `*/5 * * * *`)
10
- - If webhook: the provider and event (e.g. `github` / `issues.opened`)
11
- - **Credentials** needed (e.g. `github_token`, `slack_webhook`)
12
- - A one-sentence description of what the agent should do
13
-
14
- 2. Use `al_agents` to list existing agents and avoid name conflicts.
15
-
16
- 3. Create `agents/$ARGUMENTS/SKILL.md` with:
17
- - YAML frontmatter containing the trigger config and credentials
18
- - Do NOT include `name` or `model` in the frontmatter — name is derived from the directory, model is inherited from project config
19
- - A markdown body with clear instructions for the agent
20
- - Reference AGENTS.md (symlinked at project root) for the full SKILL.md specification
21
-
22
- 4. Confirm the agent was created and suggest next steps:
23
- - `al doctor` to verify credentials
24
- - `/run` to test it
File without changes