Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

repo_template

repo_template 收录了来自 AilvenLiu 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
5
更新
2026-07-11
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

init
软件开发工程师

Session initialization — run at the start of EVERY session before any other action.

2026-07-11
karpathy-guidelines
软件开发工程师

Karpathy-inspired behavioural guidance for non-trivial coding, debugging, review, or refactor work. Use to surface assumptions, keep changes minimal, and define verifiable success criteria.

2026-07-11
roadmap
软件开发工程师

Manage dependency-aware multi-session workflows in agent_roadmaps/.

2026-07-11
build
软件开发工程师

Orchestrate build workflows. Environment setup, compilation, and testing.

2026-06-19
check-constraints
软件开发工程师

Validate constraint compliance at any time during development.

2026-06-19
create-project
软件开发工程师

Create a new project from the repo_template. Supports Python, C++/CUDA, and Hybrid projects. Template-only skill.

2026-06-19
dependency
软件开发工程师

Add dependencies. Poetry for Python, CPM through CMake for C++.

2026-06-19
gpu-ci
软件开发工程师

GPU CI patterns for CUDA compilation caching, manylinux wheels, and multi-arch builds. Use when distribution=pypi-wheel or hardware_targets includes cuda.

2026-06-19
pre-commit
软件开发工程师

Code quality validation before commits. Runs formatters, linters, type checkers, and tests.

2026-06-19
python-env-setup
软件开发工程师

Diagnose and fix pyenv+Poetry environment issues. Checks pipx install, in-project venv, TUNA source, Python version. STOP and ask user if any mandatory check fails.

2026-06-19
context7
软件开发工程师

Retrieve library/API documentation from Context7 MCP server. Auto-triggered for doc lookups.

2026-06-05
navigate
软件开发工程师

Navigate and analyse code structure. Find definitions, trace dependencies, analyse call graphs.

2026-06-05