Skip to content

Suman73/TigerAgentSkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐯 TigerAgentSkill

A curated collection of reusable agent skills for building AI-powered applications. Each skill is a self-contained blueprint with architecture docs, code patterns, and reference guides.


📦 Available Skills

Skill Description
desktop-agent-builder Build desktop AI agent apps with Python FastAPI + React + PyInstaller

🏗️ Repo Structure

TigerAgentSkill/
├── README.md                    # This file — skill catalog
├── skills/
│   ├── desktop-agent-builder/   # Desktop AI agent app blueprint
│   │   ├── SKILL.md             # Main skill doc
│   │   └── references/          # Architecture, patterns, guides
│   └── <future-skill>/          # More skills added over time
└── LICENSE

🚀 How to Use a Skill

Quick Install (recommended)

npx skills add https://github.com/Suman73/TigerAgentSkill.git --skill desktop-agent-builder

This installs the skill directly into your project's .agents/skills/ directory.

Manual Install

git clone git@github.com:Suman73/TigerAgentSkill.git
cp -r TigerAgentSkill/skills/desktop-agent-builder your-project/.agents/skills/

Once installed, your AI coding assistant will automatically pick up the skill and use it when relevant tasks come up.

📋 Skill Format

Each skill follows a standard structure:

skill-name/
├── SKILL.md              # Required — main instructions with YAML frontmatter
└── references/           # Optional — detailed docs loaded on demand
    ├── architecture.md
    ├── patterns.md
    └── troubleshooting.md

The SKILL.md frontmatter defines when the skill triggers:

---
name: skill-name
description: What this skill does and when to use it
---

🤝 Contributing

  1. Fork the repo
  2. Create a new folder under skills/ with your skill name
  3. Add a SKILL.md with proper frontmatter
  4. Add reference docs in references/ if needed
  5. Submit a PR

📄 License

MIT License — use freely in personal and commercial projects.


Built with 🐯 by Suman73

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors