🎯

specdev

🎯Skill

from thilinatlm/claude-plugins

VibeIndex|
What it does

Enables spec-driven development workflow by guiding developers through multi-session tasks with structured specification and implementation tracking.

πŸ“¦

Part of

thilinatlm/claude-plugins(2 items)

specdev

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add ThilinaTLM/agent-skills
Install PluginInstall plugin from marketplace
/plugin install specdev@tlmtech
Install PluginInstall plugin from marketplace
/plugin install pgtool@tlmtech
Install PluginInstall plugin from marketplace
/plugin install droid@tlmtech
Quick InstallInstall with npx
npx skills add ThilinaTLM/agent-skills

+ 3 more commands

πŸ“– Extracted from docs: thilinatlm/claude-plugins
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

_ ___ ___ _ _ _____ ___ _ _____ _ _ ___

/_\ / __| __| \| |_ _| / __| |/ /_ _| | | | / __|

/ _ \ (_ | _|| ` | | | \__ \ ' < | || |__| |__\__ \

/_/ \_\___|___|_|\_| |_| |___/_|\_\___|____|____|___/

Reusable skills for AI coding assistants

[Claude Code](https://claude.ai/code) β€’ [Cursor](https://cursor.sh) β€’ [GitHub Copilot](https://github.com/features/copilot) β€’ and more

---

Installation

Claude Code

```bash

/plugin marketplace add ThilinaTLM/agent-skills

/plugin install specdev@tlmtech

/plugin install pgtool@tlmtech

/plugin install droid@tlmtech

```

Other Tools (Cursor, Copilot, etc.)

```bash

npx skills add ThilinaTLM/agent-skills

```

Or install individual skills:

```bash

npx skills add ThilinaTLM/agent-skills/specdev

npx skills add ThilinaTLM/agent-skills/pgtool

npx skills add ThilinaTLM/agent-skills/droid

```

---

Available Skills

| Skill | Description | Tags |

| -------------------- | ----------------------------------------------- | ------------------------- |

| [specdev](./specdev) | Spec-driven development for multi-session tasks | productivity workflow |

| [pgtool](./pgtool) | PostgreSQL database exploration and debugging | database sql |

| [droid](./droid) | Android device automation via ADB | testing android |

---

Contributing

Each skill is self-contained in its own directory:

```

skill-name/

β”œβ”€β”€ .claude-plugin/plugin.json

└── skills/skill-name/

β”œβ”€β”€ SKILL.md # Main skill definition

└── scripts/ # CLI tools (if any)

```

License

MIT