LabKit

agent
Security Audit
Warn
Health Warn
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

A personal collection of reusable agent skills, publishing workflows, and everyday tools.

README.md

LabKit

LabKit

English | 中文

License
PRs Welcome
Last Updated

Take a working AI rule file from local draft to a published GitHub repo.

Install

git clone https://github.com/haorantang97/LabKit.git
cd LabKit

LabKit exposes three top-level skills. skill-skill is one complete publishing toolkit; its pipeline modules live under skills/skill-skill/modules/ and are not separate top-level skills.

Each top-level SKILL.md is plain markdown with YAML front matter. Drop the one you want into whichever agent you use:

Agent Where to put it
Claude Code cp -r skills/* ~/.claude/skills/
Cursor cp skills/{name}/SKILL.md ~/your-project/.cursor/rules/{name}.mdc
Windsurf cat skills/{name}/SKILL.md >> ~/your-project/.windsurfrules
GitHub Copilot cp skills/{name}/SKILL.md ~/your-project/.github/copilot-instructions.md
Codex / AGENTS.md cp skills/{name}/SKILL.md ~/your-project/AGENTS.md

The three top-level skills are independent. Install only the ones you want.

What it does

LabKit is a small collection of three original personal skills. skill-skill is the publishing toolkit; open-loops and reading-plan-mentor are standalone daily-use tools.

Skills

  • skill-skill — Packages a working AI rule or skill and guides it through publication as a GitHub repository

  • open-loops — Audits long conversations for unanswered, unacknowledged, or assistant-decided information points

  • reading-plan-mentor — Turns a book list into a paced, long-term reading plan with daily guidance and continuity

These two skills are also maintained in their standalone repositories: open-loops and reading-plan-mentor.

File format

skills/{name}/SKILL.md

YAML front matter (name, description, license) followed by markdown:

---
name: skill-name
description: "Use when the skill's triggering conditions match the user's request."
license: PolyForm-Noncommercial-1.0.0
---

## Quick Start
...

Contributing

See CONTRIBUTING.md.

License

PolyForm Noncommercial License 1.0.0. See LICENSE.

Reviews (0)

No results found