File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Conventions for this skill tree
2+
3+ ## Beta skills
4+
5+ Skills that are not yet production-ready are marked with beta status using three mechanisms.
6+ All three must be applied together. To check whether a skill is beta, look for ` status: beta `
7+ in its SKILL.md frontmatter.
8+
9+ 1 . ** Frontmatter ` status: beta ` ** -- machine-readable field for tooling
10+ 2 . ** ` [BETA] ` prefix in ` description ` ** -- visible to the LLM during skill selection,
11+ followed by a caveat line: "This skill is in beta. Verify all outputs before
12+ applying them to production projects."
13+ 3 . ** Blockquote in body** -- visible to the LLM during skill execution:
14+ ```
15+ > **Beta Skill**: This skill is in beta and under active development.
16+ > Results should be reviewed carefully before use in production.
17+ > Report issues at https://github.com/adobe/skills/issues
18+ ```
19+
20+ When creating or modifying skills, preserve these markers. Do not remove beta
21+ status without explicit instruction.
Original file line number Diff line number Diff line change 1+ # Conventions for this skill tree
2+
3+ ## Beta skills
4+
5+ Skills that are not yet production-ready are marked with beta status using three mechanisms.
6+ All three must be applied together. To check whether a skill is beta, look for ` status: beta `
7+ in its SKILL.md frontmatter.
8+
9+ 1 . ** Frontmatter ` status: beta ` ** -- machine-readable field for tooling
10+ 2 . ** ` [BETA] ` prefix in ` description ` ** -- visible to the LLM during skill selection,
11+ followed by a caveat line: "This skill is in beta. Verify all outputs before
12+ applying them to production projects."
13+ 3 . ** Blockquote in body** -- visible to the LLM during skill execution:
14+ ```
15+ > **Beta Skill**: This skill is in beta and under active development.
16+ > Results should be reviewed carefully before use in production.
17+ > Report issues at https://github.com/adobe/skills/issues
18+ ```
19+
20+ When creating or modifying skills, preserve these markers. Do not remove beta
21+ status without explicit instruction.
You can’t perform that action at this time.
0 commit comments