Skip to content

Commit 4ed963d

Browse files
authored
Release v1.0.1 (#23)
1 parent cd521ec commit 4ed963d

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "crowdstrike-falcon-fusion",
1010
"source": "./",
1111
"description": "CrowdStrike Falcon Fusion skills for authoring, deploying, and executing Fusion workflows. Includes live action discovery, YAML authoring with schema validation, workflow import and release, execution monitoring, and Falcon Next-Gen SIEM lookup files.",
12-
"version": "1.0.0",
12+
"version": "1.0.1",
1313
"author": {
1414
"name": "CrowdStrike"
1515
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crowdstrike-falcon-fusion",
33
"description": "CrowdStrike Falcon Fusion skills for authoring, deploying, and executing Fusion workflows. Includes live action discovery, YAML authoring with schema validation, workflow import and release, execution monitoring, and Falcon Next-Gen SIEM lookup files.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "CrowdStrike"
77
},

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
66

7-
## [1.0.1] - TBD
7+
## [1.0.1] - 2026-08-07
88

99
### Fixed
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Falcon Fusion Skills
44

5-
[![Version](https://img.shields.io/badge/version-1.0.0-blue)](https://github.com/CrowdStrike/fusion-skills/releases/tag/v1.0.0)
5+
[![Version](https://img.shields.io/badge/version-1.0.1-blue)](https://github.com/CrowdStrike/fusion-skills/releases/tag/v1.0.1)
66
[![CI](https://github.com/CrowdStrike/fusion-skills/actions/workflows/main.yml/badge.svg)](https://github.com/CrowdStrike/fusion-skills/actions/workflows/main.yml)
77

88
AI coding assistant skills for building [CrowdStrike Falcon Fusion](https://www.crowdstrike.com/en-us/platform/next-gen-siem/falcon-fusion/) workflows. Go from a natural language prompt to a working Fusion workflow — discover real action IDs from the live API, author the YAML, validate it against the platform schema, import it to a CID, and trigger and monitor its execution.

skills/authoring/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ description: >
1010
DO NOT TRIGGER when the request is for a Falcon Foundry app, a UI extension/page,
1111
an API integration, custom actions from a third-party API, or a manifest.yml —
1212
those are foundry-skills territory; advise foundry-skills instead of authoring a workflow.
13-
version: 1.0.0
14-
updated: 2026-06-26
13+
version: 1.0.1
14+
updated: 2026-08-07
1515
tags: [fusion, soar, workflows, authoring, yaml, validation]
1616
author: CrowdStrike
1717
license: MIT

skills/deployment/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: >
66
list existing workflows, check for duplicates, or manage workflow definitions.
77
DO NOT TRIGGER for writing YAML (use authoring), executing workflows,
88
or monitoring (use execution).
9-
version: 1.0.0
10-
updated: 2026-06-26
9+
version: 1.0.1
10+
updated: 2026-08-07
1111
tags: [fusion, soar, workflows, deployment, import, release]
1212
author: CrowdStrike
1313
license: MIT

skills/execution/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: >
66
get execution results, or debug a workflow failure.
77
DO NOT TRIGGER for writing YAML (use authoring) or importing/releasing
88
workflows (use deployment).
9-
version: 1.0.0
10-
updated: 2026-06-26
9+
version: 1.0.1
10+
updated: 2026-08-07
1111
tags: [fusion, soar, workflows, execution, monitoring, debugging]
1212
author: CrowdStrike
1313
license: MIT

skills/lookup-files/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: >
66
or needs help with CQL match() function.
77
DO NOT TRIGGER for Fusion workflows, action discovery, or workflow deployment —
88
use the workflows/authoring/deployment skills.
9-
version: 1.0.0
10-
updated: 2026-06-26
9+
version: 1.0.1
10+
updated: 2026-08-07
1111
tags: [falcon, ngsiem, siem, lookup-files, cql, threat-hunting]
1212
author: CrowdStrike
1313
license: MIT

skills/setup/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >
44
Configure CrowdStrike Falcon API credentials for the fusion-skills plugin.
55
TRIGGER when user asks to set up credentials, configure API access,
66
or runs into authentication errors.
7-
version: 1.0.0
8-
updated: 2026-06-30
7+
version: 1.0.1
8+
updated: 2026-08-07
99
tags: [fusion, setup, credentials, configuration]
1010
author: CrowdStrike
1111
license: MIT

skills/workflows/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: >
77
workflows without specifying a sub-task.
88
DO NOT TRIGGER when user is working in a Foundry app context, mentions manifest.yml,
99
or asks to "build a Foundry app" — use foundry-skills instead.
10-
version: 1.0.0
11-
updated: 2026-06-26
10+
version: 1.0.1
11+
updated: 2026-08-07
1212
tags: [fusion, soar, workflows, orchestration, lifecycle]
1313
author: CrowdStrike
1414
license: MIT

0 commit comments

Comments
 (0)