skills-database
NewDatabase of SKILL.md files I've made and use
Summary
md files I've created and use, allowing you to quickly find, reference, and reuse custom skills across projects.
- It helps you discover relevant skills by name, category, or description, and retrieve their full content for integration into your workflow.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/skills-database.md https://raw.githubusercontent.com/kairosiann/skills-database/main/SKILL.md/skills-databaseUse Cases
Usage Examples
/skills-database search query 'database'
/skills-database list category 'Data & Analytics'
/skills-database get 'skills-database'
Security Audits
Frequently Asked Questions
What is skills-database?
This skill provides a searchable database of SKILL.md files I've created and use, allowing you to quickly find, reference, and reuse custom skills across projects. It helps you discover relevant skills by name, category, or description, and retrieve their full content for integration into your workflow.
How to install skills-database?
To install skills-database: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/skills-database.md https://raw.githubusercontent.com/kairosiann/skills-database/main/SKILL.md. Finally, /skills-database in Claude Code.
What is skills-database best for?
skills-database is a skill categorized under Data & Analytics. Created by kairosiann.
What can I use skills-database for?
skills-database is useful for: Search for a skill by name or keyword to see if a SKILL.md already exists for a common task.; List all skills in a specific category, such as 'Data & Analytics', to find relevant tools.; Retrieve the full content of a known skill to copy or reference its instructions.; Check the total number of skills available and get a summary of the database.; Find skills that match a description or use case you have in mind.; Update or add a new skill entry to the database for future reuse..