init-deps-install

init-deps-install is a skill for Claude Code from NatsuFox/Tapestry. It costs 37 tokens per session (2,461 once invoked), scanned A, original, MIT.

An environment setup helper for Tapestry. It checks whether required configuration and dependencies are present, including Python packages and system tools.

In plain words
What is it for?
Use it when Tapestry is first launched, dependencies are missing, or the project needs setup. It supports environments such as virtual environments, Conda, and system Python.
Why use it?
It removes the guesswork from preparing Tapestry on a new machine or environment. It can identify missing requirements and provide an installation plan with user confirmation.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/user/my-tapestry-project.

Part of the Tapestry plugin — 9 skills shipped together

Good fit Use it when Tapestry is first launched, dependencies are missing, or the project needs setup. It supports environments such as virtual environments, Conda, and system Python.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add NatsuFox/Tapestry
Claude Code
/plugin install Tapestry

Made for: Claude Code.

Or install Tapestry, the plugin that ships this one along with the rest of its 9 skills.

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 init-deps-install

README.md
[![agentmods](https://agentmods.dev/badge/skills/natsufox/tapestry/init-deps-install/github.svg)](https://agentmods.dev/skills/natsufox/tapestry/init-deps-install)
Your own site
<a href="https://agentmods.dev/skills/natsufox/tapestry/init-deps-install"><img src="https://agentmods.dev/badge/skills/natsufox/tapestry/init-deps-install/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 init-deps-install

Your own site · 80×15
<a href="https://agentmods.dev/skills/natsufox/tapestry/init-deps-install"><img src="https://agentmods.dev/badge/skills/natsufox/tapestry/init-deps-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,461 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.
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.00037 $0.02461
Opus 5 $0.00018 $0.01230
Sonnet 5 $0.00007 $0.00492
Haiku 4.5 $0.00004 $0.00246

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

Security

Grade A, and why

init-deps-install 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 10d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (_scripts/check_initialized.py, _scripts/detect_env.py, _scripts/install_deps.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/tapestry/init-deps-install/SKILL.md · 345 lines

How it starts

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

📦 Tapestry Init Deps Install

Automatic Dependency Installation with Environment Detection

This skill is automatically triggered when Tapestry is first launched on a new environment or when dependencies are missing. It detects the user's Python environment (venv, conda, system Python, etc.) and provides a comprehensive installation plan for all project dependencies, including both Python packages and system-level tools.

When This Skill is Triggered

This skill is automatically invoked when:

  • Tapestry is first launched on a new environment (one-time auto-trigger)
  • Required dependencies are missing or cannot be imported
  • The user explicitly asks to "install dependencies" or "set up the project"
  • After creating a new project that requires dependencies

Important: The automatic trigger only occurs the first time Tapestry runs in a new environment. After successful initialization, the skill will not auto-trigger on subsequent runs to avoid wasting tokens. Manual invocation is always available if needed.

How This Skill Works

  1. Configuration Setup: Checks for user configuration and creates it if missing:

    • Detects if tapestry.config.json exists
    • If not, copies from tapestry.config.example.json
    • Determines the real project root path
    • Updates paths.project_root in the config with the actual path
  2. Environment Detection: Analyzes the current environment to determine:

    • Python version and location
    • Virtual environment status (venv, virtualenv, conda)
    • Package manager availability (pip, conda, poetry, uv)
    • Existing installed packages
  3. Dependency Analysis: Scans for dependency files:

    • pyproject.toml (preferred)
    • requirements.txt
    • setup.py
    • environment.yml (conda)
  4. Plan Generation: Creates a comprehensive installation plan including:

    • Configuration file setup (if needed)
    • Python package installation commands
    • System-level dependencies (e.g., playwright install chromium)
    • Optional dependencies and recommendations
    • Environment-specific considerations

Read the full file on GitHub · 345 lines

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. 10d ago First seen · 345 lines · 37 tokens per session scan A 62f75e74f247

Subscribe to this mod's changes

init-deps-install is a skill published in the GitHub repository NatsuFox/Tapestry (64 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 2,461 once invoked, about $0.0002 per session on Opus 5. 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.