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
- Host: GitHub
- URL: https://github.com/aliasunder/agent-skills
- Owner: aliasunder
- License: mit
- Created: 2026-04-01T02:09:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-09T19:04:28.000Z (20 days ago)
- Last Synced: 2026-06-09T20:20:28.331Z (20 days ago)
- Topics: agent-skills, ai-agents, ai-tools, claude, claude-code, claude-skills, npx-skills, obsidian, obsidian-vault, prompt-engineering, skills-sh, travel-planning
- Language: HTML
- Homepage:
- Size: 730 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Agents: AGENTS.md
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)