An open API service indexing awesome lists of open source software.

https://github.com/aliasunder/agent-skills

Agent skills for AI coding agents — trip planner, Obsidian vault, and more
https://github.com/aliasunder/agent-skills

agent-skills ai-agents ai-tools claude claude-code claude-skills npx-skills obsidian obsidian-vault prompt-engineering skills-sh travel-planning

Last synced: 3 days ago
JSON representation

Agent skills for AI coding agents — trip planner, Obsidian vault, and more

Awesome Lists containing this project

README

          

# agent-skills

Carefully built skills for AI coding agents. Skills are packaged instructions that extend agent capabilities with specialized knowledge — install them and they activate automatically when relevant.

Works with Claude Code, GitHub Copilot, Cursor, Cline, and [many more](https://skills.sh).

## Installing

```bash
# Install all skills
npx skills add aliasunder/agent-skills

# Install a single skill
npx skills add aliasunder/agent-skills --skill obsidian-vault

# List available skills
npx skills add aliasunder/agent-skills --list
```

## Skills

| Skill | Description |
|-------|-------------|
| [trip-planner](skills/trip-planner/) | Plan a multi-week trip across 15+ sessions without losing context. Cross-validated research, budget tracking, printable daily cards, and a phase-based workflow from first idea to departure day. |
| [obsidian-vault](skills/obsidian-vault/) | AI that works with Obsidian, not just in it. Detects your vault's conventions, understands how Dataview, Tasks, Kanban, Meta Bind, and Templater interact, and creates or edits notes that are connected, queryable, and safe. |

## Adding a skill

Each skill lives in its own directory under `skills/`:

```
skills/my-skill/
SKILL.md # Required — skill definition with name and description in frontmatter
references/ # Optional — detailed reference docs loaded on demand
assets/ # Optional — static files (dashboards, templates)
```

See any existing skill directory for a working example.

## License

[MIT](LICENSE)