https://github.com/coding327/lc-skills
lc的skills
https://github.com/coding327/lc-skills
Last synced: about 1 month ago
JSON representation
lc的skills
- Host: GitHub
- URL: https://github.com/coding327/lc-skills
- Owner: coding327
- License: mit
- Created: 2026-05-13T09:41:48.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-13T09:43:15.000Z (about 2 months ago)
- Last Synced: 2026-05-13T11:35:29.437Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lc-skills
A collection of agent skills for Claude Code and other AI agent terminals.
## Skills
| Skill | Description | Install |
|-------|-------------|---------|
| [**Weather**](./skills/skill-weather/) | Query real-time weather by city. Default brief+today, supports detailed mode and up to 7-day forecast | `npx skills add coding327/lc-skills --path skills/skill-weather` |
| [**Skill Forge**](./skills/skill-forge/) | Create high-quality skills with 12 battle-tested techniques. Forked with README.md required for public repos | `npx skills add coding327/lc-skills --path skills/skill-forge` |
| [**Fullstack**](./skills/skill-fullstack/) | 7-step solo full-stack methodology: PRD → tech doc → coding → deploy. Proven on 2 shipped products (47K LoC) | `npx skills add coding327/lc-skills --path skills/skill-fullstack` |
## Quick Start
Install any skill with:
```bash
npx skills add coding327/lc-skills --path skills/
```
## License
MIT