Skip to content

Kadajett/blECSd-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blecsd Agent Skills

This repository contains a collection of agent skills for blecsd. These skills are designed to enhance the capabilities of agents by providing them with specialized functionalities.

What are Agent Skills?

Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. They work across any AI agent that supports the open Agent Skills standard.

Available Skills

Skill Description
blecsd-3d Render 3D graphics in the terminal with @blecsd/3d. Covers software rasterize...
blecsd-ai Build AI/LLM terminal interfaces with @blecsd/ai. Covers streaming conversati...
blecsd-audio Add audio to blECSd terminal apps with @blecsd/audio. Covers audio manager, c...
blecsd-game Build terminal games with @blecsd/game. Covers the high-level game API, input...
blecsd-media Render images, GIFs, PNGs, and video in the terminal with @blecsd/media. Cove...
blecsd-tui Best practices and module map for blECSd, a modern TypeScript terminal UI lib...

Installation

Skills

Use npx skills to install skills directly:

# Install all skills
npx skills add blecsd/agent-skills

# Install specific skills
npx skills add blecsd/agent-skills --skill blecsd-tui

# List available skills
npx skills add blecsd/agent-skills --list

Claude Code Plugin

Install via Claude Code's plugin system:

# Add the marketplace
/plugin marketplace add blecsd/agent-skills

# Install specific skill
/plugin install blecsd-tui-skill

Claude Code plugins are also supported in Factory's Droid.

Other Installation Methods

Agent skills can also be installed by using the below commands from Playbooks or Context7:

# Playbooks
npx playbooks add skill blecsd/agent-skills

# Context7
npx ctx7 skills install /blecsd/agent-skills

Adding New Skills

Use the included script to add new skills:

node scripts/add-skill.js <skill-name> "<description>"

Example:

node scripts/add-skill.js blecsd-tui "Helps to develop tui applications and games with the modern typescript blessed rewrite"

This will create the skill structure and automatically update this README and the marketplace.json.

Scripts

Script Description
node scripts/add-skill.js Add a new skill to the repository
node scripts/sync-skills.js Sync README and marketplace.json with skills directory

Contributing

  1. Fork this repository
  2. Create a new skill using node scripts/add-skill.js
  3. Edit the skill's SKILL.md with your content
  4. Submit a pull request

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors