Skip to content

Commit 4751ee6

Browse files
committed
Revert "Add rhdh-templates skill"
This reverts commit d236129.
1 parent dd57305 commit 4751ee6

60 files changed

Lines changed: 5 additions & 7091 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ If told an implementation was wrong, apply the correction and then record what w
6868

6969
User-facing skills live under `skills/`:
7070

71-
- `rhdh-templates` — Software Templates authoring and validation
7271
- `skill-maker` — Create, audit, and consolidate Agent Skills
7372

7473
When adding a skill, update [README.md](./README.md) and keep `SKILL.md` `name` aligned with the directory name per the Agent Skills spec.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project is released under the Apache-2.0 License.
88

99
This pack is for skills that help people **use and extend RHDH**. Skills aimed at Red Hat internal engineering (Jira automation, release trains, internal CI) belong in [`redhat-developer/rhdh-skill`](https://github.com/redhat-developer/rhdh-skill), not here.
1010

11-
The pack currently ships `rhdh-templates` for Software Template authoring and `skill-maker` for authoring new skills. Additional user-facing skills are welcome as focused contributions.
11+
The pack currently ships `skill-maker` for authoring new skills. Additional user-facing skills are welcome as focused contributions.
1212

1313
## Get started
1414

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,8 @@ Agent Skills for adopting and using [Red Hat Developer Hub](https://developers.r
1111

1212
| Skill | Use when you want to… |
1313
| ----- | --------------------- |
14-
| [rhdh-templates](./skills/rhdh-templates/SKILL.md) | Author, validate, and test RHDH Software Templates (Scaffolder) |
1514
| [skill-maker](./skills/skill-maker/SKILL.md) | Create, audit, and consolidate Agent Skills following the open standard |
1615

17-
### Software Templates (`rhdh-templates`)
18-
19-
Interactive authoring for RHDH Scaffolder templates — templatize an existing repo, create from scratch, fix common gotchas, and validate locally or against a running instance.
20-
21-
Example prompts:
22-
23-
- "Help me turn this Node.js repo into an RHDH Software Template"
24-
- "Validate my `template.yaml` and fix Scaffolder gotchas"
25-
- "List scaffolder actions available on my RHDH instance"
26-
2716
### Agent Skills authoring (`skill-maker`)
2817

2918
Create, audit, or consolidate [Agent Skills](https://agentskills.io/specification) — useful when packaging your own RHDH workflows or contributing skills to this pack.
@@ -40,10 +29,9 @@ Example prompts:
4029
npx skills add redhat-developer/rhdh-users-skill-pack
4130
```
4231

43-
Or install only one skill:
32+
Or install only this skill:
4433

4534
```bash
46-
npx skills add redhat-developer/rhdh-users-skill-pack --skill rhdh-templates
4735
npx skills add redhat-developer/rhdh-users-skill-pack --skill skill-maker
4836
```
4937

@@ -73,7 +61,7 @@ npx skills add ./rhdh-users-skill-pack
7361

7462
1. **Install** the pack (see above).
7563
2. **Open your project** in an agent-enabled editor or CLI.
76-
3. **Describe your goal in plain language** — for example, "help me turn this repo into an RHDH Software Template" or "help me write a skill for our RHDH golden paths."
64+
3. **Describe your goal in plain language** — for example, "help me write a skill for our RHDH golden paths."
7765

7866
You can also name the skill explicitly:
7967

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ requires-python = ">=3.9"
1111
[project.optional-dependencies]
1212
dev = [
1313
"pytest>=7.0",
14-
"pyyaml>=6.0", # SKILL.md structure tests and template YAML parsing
15-
"jsonschema>=4.0", # Optional full JSON Schema validation in rhdh-templates
14+
"pyyaml>=6.0", # SKILL.md structure tests
1615
"ruff>=0.4.0",
1716
]
1817

skills/rhdh-templates/SKILL.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)