https://github.com/flc1125/skills
A personal repository of reusable AI agent skills, designed to work across compatible tools with optional ecosystem-specific integrations.
https://github.com/flc1125/skills
claude claude-code codex gemini-cli marketplace skill skills
Last synced: 3 months ago
JSON representation
A personal repository of reusable AI agent skills, designed to work across compatible tools with optional ecosystem-specific integrations.
- Host: GitHub
- URL: https://github.com/flc1125/skills
- Owner: flc1125
- License: mit
- Created: 2026-01-23T02:06:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T11:45:12.000Z (3 months ago)
- Last Synced: 2026-03-27T13:04:34.337Z (3 months ago)
- Topics: claude, claude-code, codex, gemini-cli, marketplace, skill, skills
- Language: JavaScript
- Homepage: https://skills.flc.io
- Size: 521 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flc's Skills
A curated collection of specialized skills for AI Agents, optimized for discovery and seamless integration.
[](https://nextjs.org/)
[](https://react.dev/)
[](https://www.typescriptlang.org/)
[](https://tailwindcss.com/)
[](https://vercel.com/flc1125/skills)
### 🚀 [https://skills.flc.io](https://skills.flc.io)
---
An open repository of reusable skills maintained for personal use and public reuse.
This repo contains installable skills that can be added directly from GitHub and used as building blocks for agent workflows, AI assistants, or other compatible tools.
The installable skill content lives in `skills/`. The Next.js marketplace that powers [skills.flc.io](https://skills.flc.io) now lives in `web/`.
## ✨ Overview
- Install individual skills directly from this repository
- Browse available skills on the visual marketplace at [skills.flc.io](https://skills.flc.io)
- Reuse the repository as a lightweight source of portable skills
## 📦 Installation
Quick start:
**1. Interactive selection**
```bash
npx skills add https://github.com/flc1125/skills
```
Use this if you want to browse available skills first and choose what to install interactively.
**2. Install a specific skill directly**
```bash
npx skills add https://github.com/flc1125/skills --skill
```
Use this when you already know the exact skill name you want.
For example:
```bash
npx skills add https://github.com/flc1125/skills --skill engineering-backend-architect
```
If you install a specific skill directly, use the skill's install name shown on the marketplace or in its `SKILL.md`, not the marketplace URL slug.
## 🚀 Usage
Browse all published skills at [skills.flc.io](https://skills.flc.io).
Once installed, a skill can be used through your local skills setup or any compatible tool that supports this format. Refer to the skill's own `SKILL.md` for its purpose, trigger guidance, and usage details.
## 🛠 Development
The web marketplace is a standalone Next.js app under `web/`.
```bash
cd web
npm install
npm run dev
```
Use `npm run lint` and `npm run build` inside `web/` to validate marketplace changes.
## 📝 License
This repository is licensed under the MIT License. See [LICENSE](./LICENSE).