- Python 96.2%
- Lua 3%
- TeX 0.8%
Ask requesters to choose report, record, evidence, reproduction, and retained-output groups. Preserve project-relative paths and keep unsafe source material excluded. |
||
|---|---|---|
| .claude/skills/reproducibility-assessment | ||
| .cursor/rules | ||
| .gitea | ||
| .github | ||
| docs | ||
| skills | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| GEMINI.md | ||
| LICENSE | ||
| README.md | ||
Research Group Skill Monorepo
This repository is a private skill registry for research-group workflows used by coding agents. It is not a standalone skill: each skill lives under skills/<skill-id>/ with its own SKILL.md, local documentation, templates, workflows, examples, and agent instructions.
Repository purpose
Use this repository to maintain shared, reviewable skills for group work while keeping sensitive research material out of version control. The repository should contain generalized workflows, sanitized examples, rubrics, templates, and governance docs. It must not contain private datasets, papers, review-platform material, tokens, credentials, confidential logs, or machine-specific local paths.
Layout contract
.
README.md # registry and onboarding entry point
AGENTS.md # repository-wide coding-agent rules
CONTRIBUTING.md # contribution and review workflow
CODEOWNERS # Gitea-compatible ownership rules
LICENSE # repository license
.gitignore # privacy and bulk-artifact ignore rules
docs/ # repository governance and setup docs
.gitea/ # private Gitea issue and pull request templates
skills/
README.md # canonical skill index
<skill-id>/
SKILL.md # authoritative skill workflow
AGENTS.md # optional skill-specific agent rules
README.md # skill-local user guide
templates/ # skill-local reusable templates
scripts/ # skill-local helper scripts
workflows/ # skill-local supporting workflows
rubrics/ # skill-local evaluation rubrics
examples/ # sanitized examples only
Keep skill-specific assets co-located with their skill. Do not add shared copies of skill templates or workflows at the repository top level unless they are truly repository governance documents.
Finding and invoking a skill
- Start with the canonical index in
skills/README.md. - Open the selected skill directory and read its
SKILL.mdbefore using or editing it. - Follow any skill-local
AGENTS.mdwhen using coding agents. - Invoke the skill by name or point the agent at the skill directory.
- When updating a skill, update the skill-local README and the registry index if the name, purpose, status, or ownership changes.
Current skills
See the canonical skill index: skills/README.md.
Privacy rules
- Commit only generalized workflow material, sanitized examples, reusable templates, and governance documentation.
- Do not commit private papers, private datasets, private repositories, raw review material, author identities, review-platform exports, tokens, credentials, unredacted logs, or local filesystem paths.
- Use placeholders in examples and templates where group-specific names, URLs, or access policies would otherwise appear.
- Redact confidential logs before moving them into any shareable repository.
- Ask before publishing, pushing to a new remote, contacting authors, filing public issues, deleting upstream material, or changing access permissions.
Contributing and private Gitea setup
- Follow
CONTRIBUTING.mdfor skill-change workflow, evidence requirements, privacy checks, and review expectations. - Follow
docs/skill-authoring.mdwhen adding or reorganizing skills. - Follow
docs/agent-harness-compatibility.mdfor how Claude Code, Codex, Gemini CLI, Cursor, and GitHub Copilot use this repository throughAGENTS.md. - Follow
docs/gitea-setup.mdto host this repository in a private Gitea organization with protected branches, CODEOWNERS-style review expectations, and private PR/issue templates.