The forge for academic AI skills — pick, copy, run. 学术 AI skill 的锻造台——挑选、复制、运行。

Pick skills挑选 skills Copy the command复制安装命令 Run in your project在项目里运行

12

repositories 仓库

340

skills skills

Repositories 仓库目录

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

Superpowers

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

244,137 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,聚焦四项原则:先思考、保简单、做精准改动、以可验证目标驱动执行。

186,547 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,312 stars star 11 skills skill

Claude Science

32 Claude Science skills from Anthropic — protein structure & design, genomics, single-cell, publication figures, literature, and remote compute — installable across agents with no subscription. 32 个 Anthropic 出品的 Claude Science skill——蛋白质结构与设计、基因组、单细胞、发表级图表、文献综述与远程算力——无需订阅即可跨 agent 安装使用。

1,903 stars star 32 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,将拒绝运行。所有检测都在本地运行;只有经过编辑的集群摘要才能达到法学硕士学位。

compute-env-setup

CS

Set up a compute environment on a remote provider so Claude Science jobs can run there. Covers direct SSH/conda hosts, Slurm clusters, container-via-bridge runners, and managed-API providers (Modal, GCP, RunPod). Use when standing up a new provider, porting an env to a different backend, adding a tool that needs its own software stack, or wiring weight caches. Triggers on "new compute provider", "set up env on", "port env to", "build GPU image", "weight cache", "compute_details", "conda env on the box", "apptainer on slurm". 在远程算力提供方上搭建计算环境,供 Claude Science 任务运行。涵盖直连 SSH/conda 主机、Slurm 集群、容器桥接运行器与托管 API 提供方(Modal、GCP、RunPod)。用于新建提供方、迁移环境、添加需独立软件栈的工具或配置权重缓存。

customize

CS

Create, configure, and maintain custom agent profiles and author new skills via the `repl` tool. Use when the user wants to create an agent profile, build a custom agent, modify agent capabilities, attach or detach skills/connectors on a profile, author a skill, or inspect which connectors and tools are available. Also use whenever you need the `host.agents.*` or `host.skills.*` Python SDK. 通过 repl 工具创建、配置与维护自定义 agent 配置文件并编写新 skill。当用户想创建 agent 配置、构建自定义 agent、增删 skill/连接器,或需要 host.agents.* / host.skills.* Python SDK 时使用。

learn

CS

Use this skill when the user wants intellectual understanding — learning how or why something works, not getting a task done or soliciting Claude's judgment. Trigger for: - Explicit learning requests: teach, explain, ELI5, walk me through, quiz me, flashcards, "I'm rusty on"; definitions ("what is X") - Terse concept names implying "help me understand this": "Galois theory," "transformers, from scratch" - Confusion signals: "won't stick," "keep mixing these up," "not getting it" - Learning-path questions: prerequisites, sequencing, what to study before X - Conceptual questions about mechanisms, causes, or dynamics Don't trigger for: - Tasks: coding, writing, calculation, translation, factual lookup, news updates - Personal troubleshooting; resource/textbook recommendations - Claude's evaluative verdict: opinion prompts ("do you think X", "settle this", "honest take", "is X dead / still taken seriously") and interpretive takes ("was X really as harsh as people say") 当用户想要理解知识——弄懂某事如何或为何运作,而非完成任务或征求判断时使用。触发于显式学习请求(讲解、ELI5、带我过一遍、给我出题、做记忆卡、「我这块生疏了」)以及暗示「帮我理解」的简短概念名(如「伽罗瓦理论」「从零讲 transformer」)。

managed-model-endpoints

CS

Register a model service in the managed family — a local model server container the daemon starts/stops on demand, or a remote upstream model API (https). Read the runbook, allocate a port (local only), compose idempotent start/stop scripts (local only), register once. Load when the user wants a model service available for inference, or when list_compute shows managed endpoints. 在托管族中注册模型服务——由守护进程按需启停的本地模型服务器容器,或远程上游模型 API(https)。阅读运行手册、分配端口(仅本地)、编写幂等启停脚本(仅本地)并一次性注册。当用户需要可用于推理的模型服务时加载。

nature-experiment-log

NS

标准化实验日志记录——接收原始材料(图/语音/文字),产出带 YAML frontmatter 的标准日志到 Obsidian vault。需配合飞书 CLI 或手动输入使用。 标准化实验日志技能:接收图像、语音或文字等原始素材,自动生成带 YAML frontmatter 的规范日志并归档至 Obsidian 知识库;可搭配飞书 CLI 或手动录入使用。

pi-agent

SA

Build with and use Pi, the minimal terminal coding harness. Use for installing Pi, configuring providers/models/settings, creating Pi skills/extensions/packages/themes/prompt templates, embedding Pi through the SDK, integrating over RPC or JSON event streams, parsing sessions, developing custom Pi providers and TUI components, or using ecosystem packages such as pi-subagents (delegation/orchestration), pi-mcp-adapter (MCP servers), pi-interview (interactive forms), and pi-web-access (web search, fetching, video understanding). 构建和使用 Pi 极简终端编码 Agent。适用于安装 Pi、配置模型和提供商、创建 Pi skills、扩展、包、主题与提示模板,通过 SDK、RPC 或 JSON 事件流集成 Pi,以及使用 pi-subagents、pi-mcp-adapter、pi-interview 和 pi-web-access 等生态包。

product-self-knowledge

CS

Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong. 每当你的回答将包含关于 Anthropic 产品的具体事实时,先停下并查阅此 skill。涵盖 Claude Code(安装、Node.js 要求、平台/系统支持、MCP 集成、配置)、Claude API(工具使用、批处理、SDK、速率限制、定价、模型、流式)与 Claude.ai(Pro/Team/Enterprise 方案与功能限制)。

remote-compute-modal

CS

Run GPU jobs on the user's own Modal account via host.compute.create('byoc:modal', ...). Covers the create→submit→wait_for_notification flow, the compute_provider kernel for env setup, image/volume resolution, and the two approval cards. Load once you've decided to dispatch to Modal. 通过 host.compute.create(byoc:modal, ...) 在用户自己的 Modal 账户上运行 GPU 任务。涵盖 create→submit→wait_for_notification 流程、用于环境搭建的 compute_provider 内核、镜像/卷解析与两张审批卡。决定派发到 Modal 后加载。

remote-compute-ssh

CS

Submit→wait_for_notification→harvest workflow for the user's SSH/SLURM hosts. Load once you've decided to dispatch remote. 面向用户 SSH/SLURM 主机的 submit→wait_for_notification→harvest 工作流。决定派发到远程后加载。

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/ 目录中。用作会议尾声(切勿在执行期间),以保持研究项目实际演变过程的忠实、可审计的跟踪。

#ARA#Research Recording#Provenance

self-awareness

CS

Claude Science's own session database schema and SDK surface for introspection via host.query(). Load this when you need to query your own conversation history, token usage, cost accounting, execution log, or artifact metadata beyond what host.frames()/host.artifacts() provide — e.g. "how many tokens has this session used", "what was my last tool call", "list every file I've written", "where are messages stored", "what tables can I query", "inspect frames.context_data", or any time you're about to PRAGMA-probe the Claude Science metadata DB to discover its schema. Claude Science 自身会话数据库 schema 与用于自省的 SDK(host.query())。当你需要查询自己的对话历史、token 用量、成本核算、执行日志或工件元数据,超出 host.frames()/host.artifacts() 所能提供时加载——如「本会话用了多少 token」「上一次工具调用是什么」「列出我写过的每个文件」。

skill-creator

CS

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. 创建新 skill、修改与改进现有 skill,并评测 skill 表现。当用户想从零创建 skill、编辑或优化现有 skill、运行 eval 测试 skill、用方差分析基准化表现,或优化 skill 描述以提升触发准确率时使用。

using-model-endpoint

CS

Call a registered model endpoint over its native HTTP API from the endpoint's scoped inference kernel (BASE_URL preloaded). Load once a task needs predictions from a registered model endpoint. 从端点专属的推理内核(已预载 BASE_URL)通过其原生 HTTP API 调用已注册的模型端点。一旦任务需要来自已注册模型端点的预测即加载。

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.