Skip to content

AdaL Skills Marketplace - Community-shareable skills for AdaL CLI

Notifications You must be signed in to change notification settings

SylphAI-Inc/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

AdaL Skills Marketplace

Essential skills for teams and developers building software with best engineering practices and 10x productivity. Compatible with AdaL CLI and Claude Code.

Installation

Both AdaL CLI and Claude Code use the same commands.

Step 1: Add the Marketplace

/plugin marketplace add SylphAI-Inc/skills

Step 2: Browse and Install

Use the /plugin command to browse available plugins and install:

/plugin

Then follow the interactive dialog:

  1. Select Browse and install plugins
  2. Select adal-agent-skills marketplace
  3. Select core-skills plugin
  4. Select Install now

Or install directly:

/plugin install core-skills@adal-agent-skills

Format: /plugin install <plugin-name>@<marketplace-name>

Step 3: View Available Skills

After installation, see all your available skills:

/skills

Available Skills

Core Skills (core-skills plugin)

Skill Description
create-skill Guide for creating AdaL skills - personal, project, or plugin
posthog-analytics Automate PostHog dashboard creation, sync, and export via API

Creating Your Own Skills

See the create-skill guide for instructions on:

  • Personal skills (~/.adal/skills/) - Private to you
  • Project skills (.adal/skills/) - Shared via git with your team
  • Plugin skills (GitHub repo) - Public, shareable via marketplace

Repository Structure

skills/
├── marketplace.json       # Plugin metadata and skill registry
├── README.md              # This file
└── skills/                # All skills organized by name
    └── <skill-name>/
        └── SKILL.md       # Skill instructions (required)

Contributing

  1. Fork this repository
  2. Create a new skill in skills/<skill-name>/SKILL.md
  3. Add the skill to marketplace.json under the appropriate plugin
  4. Submit a pull request

SKILL.md Format

---
name: skill-name
description: Brief description for the skills list
author: your-username
version: 1.0.0
---

# Skill Title

## When to Use
Describe trigger conditions

## Instructions
Step-by-step guidance for the agent

License

MIT License - see LICENSE for details.

About

AdaL Skills Marketplace - Community-shareable skills for AdaL CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages