Skip to content

Commit 196e99b

Browse files
chore(release): apply skill changesets (#61)
Co-authored-by: Noggling <28740201+Noggling@users.noreply.github.com>
1 parent 0e7d702 commit 196e99b

File tree

6 files changed

+36
-16
lines changed

6 files changed

+36
-16
lines changed

.changeset/refresh-fusion-skill-authoring-guidance.md

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this repository are documented in this file.
44

5+
## v0.8.0
6+
7+
### Minor
8+
9+
__🎯 [feat: refresh fusion skill authoring guidance #60](https://github.com/equinor/fusion-skills/pull/60)<br/>
10+
🗂️ [0e7d702](https://github.com/equinor/fusion-skills/commit/0e7d702f01d8a768f6295fc6d08d8732768edbf4)<br/>
11+
📦 fusion-skill-authoring@0.3.0__
12+
13+
Refresh `fusion-skill-authoring` with clearer discovery cues, decision-gated authoring guidance, and a Fusion-flavored helper-agent layer inspired by Anthropic's `skill-creator`.
14+
15+
- modernize the main skill around reuse-first, evaluation-first, and progressive-disclosure patterns
16+
- default portable scaffold naming to `custom-<name>` unless the target repository defines a stronger convention
17+
- strengthen the follow-up questions and skill-readiness checklist for real skill authoring work
18+
- keep the shipped package portable while restoring Fusion-specific overlays for `fusion-`, reserved skill lanes, and local validation in repo-local instructions
19+
- bundle installable helper agents for scoping, review, and trigger tuning inside the skill package
20+
21+
resolves equinor/fusion-core-tasks#499
22+
523
## v0.7.4
624

725
### Patch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Skills live under `skills/`. The structure inside a skill is intentionally flexi
209209
| [`fusion-issue-solving`](skills/.experimental/fusion-issue-solving/SKILL.md) | Work on a GitHub issue end-to-end — research, plan, implement, validate, and prepare PR-ready output for issue resolution and sub-issue coordination. | `0.1.2` |
210210
| [`fusion-issue-task-planning`](skills/.experimental/fusion-issue-task-planning/SKILL.md) | Plan and break down user-story issues into ordered, traceable task issue drafts with explicit publish gates. | `0.1.3` |
211211
| [`fusion-mcp`](skills/.experimental/fusion-mcp/SKILL.md) | Explain what Fusion MCP is and guide users through setting it up when they need Fusion-aware MCP capabilities in Copilot workflows. | `0.1.1` |
212-
| [`fusion-skill-authoring`](skills/fusion-skill-authoring/SKILL.md) | Creates or scaffolds a new skill in a repository with valid metadata, activation cues, resource folders, safety boundaries, and validation evidence. USE FOR: create a skill, scaffold SKILL.md, add a new skill, new agent skill, set up skill metadata and guardrails. DO NOT USE FOR: editing existing product code, large refactors of existing skills, or non-skill repository changes. | `0.2.2` |
212+
| [`fusion-skill-authoring`](skills/fusion-skill-authoring/SKILL.md) | Creates or modernizes repository skills with clear activation cues, purposeful support files, and practical review loops. USE FOR: creating a new skill, tightening an existing skill, improving discovery wording, and structuring references/assets/optional helper agents when they genuinely add value. DO NOT USE FOR: product-code changes, routine copy edits outside skills/, or documentation that should not become an installable skill. | `0.3.0` |
213213
| [`fusion-skill-self-report-bug`](skills/fusion-skill-self-report-bug/SKILL.md) | Capture Fusion skill workflow failure context and guide a draft-first bug reporting flow with explicit confirmation before any GitHub mutation. | `0.1.1` |
214214
<!-- skills-table:end -->
215215

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fusion-skills",
33
"private": true,
4-
"version": "0.7.4",
4+
"version": "0.8.0",
55
"devDependencies": {
66
"@graphql-codegen/cli": "^5.0.7",
77
"@graphql-codegen/typescript": "^4.1.6",

skills/fusion-skill-authoring/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.3.0 - 2026-03-09
4+
5+
### minor
6+
7+
- [#60](https://github.com/equinor/fusion-skills/pull/60) [`0e7d702`](https://github.com/equinor/fusion-skills/commit/0e7d702f01d8a768f6295fc6d08d8732768edbf4) - Refresh `fusion-skill-authoring` with clearer discovery cues, decision-gated authoring guidance, and a Fusion-flavored helper-agent layer inspired by Anthropic's `skill-creator`.
8+
9+
10+
- modernize the main skill around reuse-first, evaluation-first, and progressive-disclosure patterns
11+
- default portable scaffold naming to `custom-<name>` unless the target repository defines a stronger convention
12+
- strengthen the follow-up questions and skill-readiness checklist for real skill authoring work
13+
- keep the shipped package portable while restoring Fusion-specific overlays for `fusion-`, reserved skill lanes, and local validation in repo-local instructions
14+
- bundle installable helper agents for scoping, review, and trigger tuning inside the skill package
15+
16+
resolves equinor/fusion-core-tasks#499
17+
318
## 0.2.2 - 2026-03-05
419

520
### patch

skills/fusion-skill-authoring/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Creates or modernizes repository skills with clear activation cues
44
license: MIT
55
compatibility: Works best in repositories that can inspect their local skill catalog and run catalog-specific validation commands. Optional helper agents are most useful in Anthropic-compatible runtimes or other clients that support skill-local agents/subagents.
66
metadata:
7-
version: "0.2.2"
7+
version: "0.3.0"
88
status: active
99
owner: "@equinor/fusion-core"
1010
tags:

0 commit comments

Comments
 (0)