BeClaude

skills-database

New
GitHub TrendingData & Analyticsby kairosiann

Database 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/skills-database.md https://raw.githubusercontent.com/kairosiann/skills-database/main/SKILL.md
3
Invoke in Claude Code
/skills-database

Use Cases

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.

Usage Examples

1

/skills-database search query 'database'

2

/skills-database list category 'Data & Analytics'

3

/skills-database get 'skills-database'

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..