Skip to content

stackworx/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

Stackworx Agent Skills

This repository contains Stackworx's curated set of skills for coding agents. For information about the Agent Skills standard, see agentskills.io.

What's Included

Plugin Description
orleans Skills for Microsoft Orleans development and operations: resetting local cluster state, grain persistence, reminders, and migrations.
blazor Skills for Blazor development: shared layout and page-chrome patterns, component authoring, and web application structure.

Skills

Skill Plugin Description
orleans-reset orleans Reset local Orleans state β€” cluster membership, grain persistence, reminders, stream checkpoints, or the app database. Covers soft resets, runtime state resets, and full dev resets across SQL, Azure Table, Cosmos, and in-memory backends.
pagechrome blazor Build a shared top app-bar ("page chrome") in a Blazor + MudBlazor app β€” a single header that each routable page configures declaratively (title, back button, refresh, custom actions) instead of rendering its own MudAppBar.

Installation

πŸš€ Plugins β€” Claude Code

  1. Launch Claude Code
  2. Add the marketplace:
    /plugin marketplace add stackworx/skills
    
  3. Install a plugin:
    /plugin install <plugin>@stackworx-skills
    
  4. Restart to load the new plugins
  5. View available skills:
    /skills
    
  6. Update a plugin (on demand):
    /plugin update <plugin>@stackworx-skills
    

Individual skills

You can also install individual skills using the skill-installer CLI with the GitHub URL:

$ skill-installer install https://github.com/stackworx/skills/tree/main/plugins/<plugin>/<skill-name>

Or copy a skill directly into a project:

# From the project root, copy the skill into .agents/skills/
cp -r path/to/stackworx/skills/plugins/orleans/orleans-reset .agents/skills/orleans-reset

Repository Structure

Each plugin lives under plugins/ and contains one or more skills. Every skill is a self-contained directory with a SKILL.md entry point and an optional references/ folder of supporting documentation.

plugins/
  orleans/
    orleans-reset/
      SKILL.md
      references/
  blazor/
    pagechrome/
      SKILL.md

Contributing

To add a new skill:

  1. Create a directory under plugins/<plugin>/<skill-name>/.
  2. Add a SKILL.md with YAML frontmatter (name and description).
  3. Add supporting reference docs under references/ and link them from SKILL.md.
  4. Update the tables in this README.

License

See LICENSE for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors