Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
core-skills logo

core-skills

adal-agent-skills

OtherClaude Codeby SylphAI-Inc

Summary

Essential skills for teams and developers building software with best engineering practices and 10x productivity

Install to Claude Code

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

Run in Claude Code. Add the marketplace first with /plugin marketplace add SylphAI-Inc/skills if you haven't already.

README.md

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 | | clone-anywebsite | Clone any website's landing page with pixel-perfect fidelity — visual-first workflow with sniper CSS extraction, animation detection, and mandatory Builder+Evaluator pattern | | glowmotion | Create premium animated technical diagrams (flowcharts, architecture diagrams, Mermaid conversions) as single self-contained HTML+SVG files with glowing comet-dot flows, pulsing highlights, and a built-in light/dark theme toggle | | codegraph | Turn any codebase into an explorable interactive graph — deterministic structural scan (imports, symbols, PageRank importance, architectural layers, dependency cycles, entry points) plus AI summaries and guided tours, delivered as one self-contained HTML file |

SWE CLI Skills (swe-cli-skills plugin)

> man pages for machines 🤖 — Your agent knows the commands. We teach it the workflows.

23 expert CLI guides across 9 categories. Senior engineer judgment — not reference docs, but operational workflows, safety guardrails, gotchas, error recovery, and anti-patterns.

| Category | CLIs | |----------|------| | ☁️ Cloud | AWS, gcloud, Azure | | 🏗️ IaC | Terraform | | 🐳 Containers | Docker, kubectl, Helm | | 🔀 Git & VCS | Git, GitHub CLI | | 🛠️ Dev Tools | jq, sed, make | | 🌐 Networking | curl, SSH/SCP | | 📦 Package Managers | npm, pip/uv | | 🗄️ Databases | psql, redis-cli | | 🚀 Platforms | Stripe, Sentry, Vercel, Firebase, Fly.io |

Install: /plugin install swe-cli-skills@adal-agent-skills

See the full swe-cli-skills README for details.

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

.
├── .claude-plugin/
│   └── marketplace.json       # Plugin metadata and skill registry (required path)
├── README.md                  # This file
└── skills/                    # All skills organized by name
    ├── clone-anywebsite/
    │   └── SKILL.md
    ├── codegraph/              # Interactive codebase graph generator
    │   ├── SKILL.md
    │   └── scripts/
    ├── create-skill/
    │   └── SKILL.md
    ├── glowmotion/             # Animated HTML+SVG diagram generator
    │   ├── SKILL.md
    │   ├── references/
    │   └── scripts/
    ├── posthog-analytics/
    │   └── SKILL.md
    └── swe-cli-skills/        # 23 CLI guides for AI coding agents
        ├── SKILL.md            # Entry point (index + quick reference)
        └── skills/
            ├── cloud/          # AWS, gcloud, Azure
            ├── iac/            # Terraform
            ├── containers/     # Docker, kubectl, Helm
            ├── git-vcs/        # Git, GitHub CLI
            ├── dev-tools/      # jq, sed, make
            ├── networking/     # curl, SSH
            ├── package-managers/ # npm, pip/uv
            ├── databases/      # psql, redis-cli
            └── platforms/      # Stripe, Sentry, Vercel, Firebase, Fly.io

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.

Related plugins

Browse all →