Repositories 仓库目录

Pick what you need. 只选你用得上的。

11 repositories 共 11 个仓库 290 skills 共 290 个 skill sorted by stars 按 star 排序
SA = Scientific Agent Skills by @K-Dense-AI (repo) NS = Nature Skills by @Yuan1z0825 (repo) AIR = AI Research Skills by @Orchestra-Research (repo)

Superpowers

15 workflow-oriented skills for planning, debugging, TDD, code review, and verification. 15 个流程型 skill:规划、调试、TDD、代码审查、验证。

194,510 stars star 15 skills skill

Karpathy-Inspired Claude Code Guidelines

A practical workflow skill focused on four coding principles: Think Before Coding, Simplicity First, Surgical Changes, and Goal-Driven Execution. 面向编码流程的实践型 skill,聚焦四项原则:先思考、保简单、做精准改动、以可验证目标驱动执行。

133,160 stars star 1 skills skill

Qiushi Skill

Methodology-first skill collection that drives agents to investigate facts, focus priorities, iterate in practice, and complete work with disciplined process. 方法论优先的 skill 合集:先调查事实、抓重点、实践迭代,并以流程纪律推动任务闭环。

3,088 stars star 11 skills skill

autoskill

SA

Observe the user's screen via screenpipe, detect repeated research workflows, match them against existing scientific-agent-skills, and draft new skills (or composition recipes that chain existing ones) for the patterns not yet covered. Use when the user asks to analyze their recent work and propose skills based on what they actually do. Requires the screenpipe daemon (https://github.com/screenpipe/screenpipe) running locally on port 3030 — the skill has no other data source and will refuse to run if screenpipe is unreachable. All detection runs locally; only redacted cluster summaries reach the LLM. 通过屏幕管观察用户的屏幕,检测重复的研究工作流程,将其与现有的科学代理技能进行匹配,并为尚未涵盖的模式起草新技能(或链接现有技能的组合配方)。当用户要求分析他们最近的工作并根据他们的实际工作提出技能时使用。需要在端口 3030 上本地运行 screenpipe 守护进程 (https://github.com/screenpipe/screenpipe) - 该技能没有其他数据源,如果无法访问 screenpipe,将拒绝运行。所有检测都在本地运行;只有经过编辑的集群摘要才能达到法学硕士学位。

research-manager

AIR

Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved. 将研究来源记录为任务后尾声,在编码或研究会话结束时扫描对话历史记录,以提取决策、实验、死胡同、声明、启发式方法和关键点,并将它们写入带有用户与人工智能来源标签的 ara/ 目录中。用作会议尾声(切勿在执行期间),以保持研究项目实际演变过程的忠实、可审计的跟踪。

Install command 安装命令

Copy. Paste. Run. 复制,粘贴,运行。

Command updates as you select. 命令行会实时更新。

Selected 已选 : 0 Skills skill : 0
No repositories selected.

Install 安装

Pick a tool, platform, and skills to generate your install command.

bash
curl -sSL https://raw.githubusercontent.com/HughYau/AcademicForge/refs/heads/site-first/scripts/forge-install.sh | bash -s -- --tool claude --skills <pick-repositories>
Advanced 高级

Project root 项目根目录

bash
cd /path/to/your-project

Verify 验证

bash
ls .claude/skills/

Selected repositories will be installed into `.claude/skills`.

Claude Code will detect and load them automatically.