project-onboarding

project-onboarding is a skill for Claude Code, Codex from a-attia/scicomp-research-skills. It costs 0 tokens per session (4,052 once invoked), scanned A, original, MIT.

A skill for adopting the scicomp-research-skills framework in an existing paper, software library, or analysis repository. It helps inspect the project before adding the framework's practices.

In plain words
What is it for?
Onboarding an existing research or software project, reviewing its current setup, and preparing it to use the framework for future work.
Why use it?
It provides a defined way to introduce the framework without ignoring existing project files or instructions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Gemini CLI.

Good fit Onboarding an existing research or software project, reviewing its current setup, and preparing it to use the framework for future work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/a-attia/scicomp-research-skills/project-onboarding
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add a-attia/scicomp-research-skills --skill project-onboarding
Clone the repo
git clone --depth 1 https://github.com/a-attia/scicomp-research-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/a-attia/scicomp-research-skills/project-onboarding/github.svg)](https://agentmods.dev/skills/a-attia/scicomp-research-skills/project-onboarding)
Your own site
<a href="https://agentmods.dev/skills/a-attia/scicomp-research-skills/project-onboarding"><img src="https://agentmods.dev/badge/skills/a-attia/scicomp-research-skills/project-onboarding/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/a-attia/scicomp-research-skills/project-onboarding"><img src="https://agentmods.dev/badge/skills/a-attia/scicomp-research-skills/project-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,052 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Rogue Agent · line 77
    Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.
    Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
  • medium Rogue Agent · line 184
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Agent Snooping · line 234
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 261
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.04052
Opus 5 $0.00000 $0.02026
Sonnet 5 $0.00000 $0.00810
Haiku 4.5 $0.00000 $0.00405

Measured 12d ago against content hash ec081e85f3a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

project-onboarding scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/project-onboarding/SKILL.md · 357 lines

How it starts

The opening of the file, as written. The whole thing — 357 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Onboarding (Adopting on an Existing Project)

How this skill is organised (progressive disclosure)

This skill follows the same three-level progressive-disclosure pattern as the other skills in this repository:

  • Level 1 (always in context once loaded): this SKILL.md, ~250 lines. Decision tree + universal rules + which references to load for which scenario.
  • Level 2 (loaded on demand by name): per-scenario reference files in references/, with worked examples.
  • Level 3 (planned future work): an interactive bin/onboard.sh helper that automates the inventory step. Specification deferred; ad-hoc execution via the skill's reference files is sufficient while we accumulate experience.

When to load this skill

Load this skill when the user says any of:

  • "I have an existing project; help me start using scicomp-research-skills on it."
  • "Migrate this repo to use the scicomp-research-skills framework."
  • "I already have a CLAUDE.md / .cursorrules / AGENTS.md; how do I integrate it with this framework?"
  • "Adopt these skills on my existing paper / library / analysis repo."
  • "Bootstrap on top of what I already have."

Auto-load trigger (added 2026-05-17 from real-project feedback): also load this skill on the FIRST tool call into a directory when ALL of:

  1. The current working directory contains no AGENTS.md at the repo root.
  2. The canonical framework checkout (~/.scicomp-research-skills/) exists on this machine.
  3. The directory's contents look like a research project: presence of any one of *.tex, *.bib, references/, experiments/, figures/, notes/, pyproject.toml, setup.py, Project.toml, CMakeLists.txt, slides/, paper/, drafts/, OR a *.pdf in the repo root that looks like a manuscript.
  4. The agent is about to do substantive work (drafting, editing, or creating content -- not just reading).

The AmigAI session (May 2026) showed that without this auto-load trigger, the agent goes straight to drafting content (slides.tex) without recognising the directory as a Scenario 1.A onboarding opportunity. The skill therefore fires too late or not at all.

Read the full file on GitHub · 357 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 357 lines · 0 tokens per session scan A ec081e85f3a3

Subscribe to this mod's changes

project-onboarding is a skill published in the GitHub repository a-attia/scicomp-research-skills (11 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,052 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens

phylogenetics

Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.

K-Dense-AI/scientific-agent-skills · 68 tokens

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

mapping-to-snomed

Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…

maziyarpanahi/openmed · 205 tokens