repo-intelligence-guide

repo-intelligence-guide is a skill for Claude Code, Codex from nirholas/three.ws. It costs 56 tokens per session (1,099 once invoked), scanned A, original, Apache-2.0.

A repository analysis guide for examining projects ranging from small codebases to large monorepos, where many related projects share one repository. It covers security, code quality, architecture, dependencies, documentation, tests, performance, and CI/CD.

In plain words
What is it for?
Analyzing local or remote repositories, focusing on security or AI readiness, mapping dependencies, and reviewing code, tests, documentation, and build systems.
Why use it?
It brings common repository checks into one analysis so developers can see risks, structural problems, outdated dependencies, and gaps in project quality.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/nirholas/three.ws/repo-intelligence-guide
Any agent
npx skills add nirholas/three.ws --skill repo-intelligence-guide
Clone the repo
git clone --depth 1 https://github.com/nirholas/three.ws

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 repo-intelligence-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/nirholas/three.ws/repo-intelligence-guide.svg)](https://agentmods.dev/skills/nirholas/three.ws/repo-intelligence-guide)
Your own site
<a href="https://agentmods.dev/skills/nirholas/three.ws/repo-intelligence-guide"><img src="https://agentmods.dev/badge/skills/nirholas/three.ws/repo-intelligence-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,099 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00056 $0.01099
Opus 5 $0.00028 $0.00549
Sonnet 5 $0.00011 $0.00220
Haiku 4.5 $0.00006 $0.00110

Measured yesterday against content hash 31817532bb6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

repo-intelligence-guide 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 yesterday.

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.

data/skills/development/repo-intelligence-guide/SKILL.md · 144 lines

How it starts

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

Lyra Intel — Repository Intelligence Guide

Lyra Intel is a deep repository analysis platform with 70+ analysis components. It handles everything from small projects to enterprise monorepos with millions of lines of code.

Analysis Categories

Category Components What It Checks
Security 12 Vulnerabilities, secrets, dependencies
Code Quality 10 Complexity, duplication, patterns
AI Readiness 8 AGENTS.md, llms.txt, MCP support
Architecture 8 Structure, coupling, layering
Dependencies 7 Outdated, vulnerable, license issues
Documentation 6 README, API docs, inline comments
Testing 6 Coverage, quality, patterns
Performance 5 Build time, bundle size, hot paths
CI/CD 4 Pipeline quality, deployment
Community 4 Contributing, COC, issue templates

Quick Start

# Install
pip install lyra-intel

# Analyze a repo
lyra-intel analyze https://github.com/nirholas/sperax

# Analyze local directory
lyra-intel analyze ./my-project

# Analyze with specific focus
lyra-intel analyze ./my-project --focus security,ai-readiness

Security Scanning

What It Detects

Issue Severity Example
Hardcoded secrets Critical API keys, private keys in code
SQL injection High Unsanitized database queries
XSS vulnerabilities High Unsafe HTML rendering
Vulnerable deps Variable Known CVEs in node_modules
Insecure crypto Medium Weak hashing algorithms
Path traversal High Unsanitized file paths
SSRF High Unvalidated URLs in requests

Example Output

Security Score: 87/100

Critical:
  ❌ Hardcoded API key in src/config.ts:15
  ❌ Private key pattern in .env.example

High:
  ⚠️ 3 vulnerable dependencies (npm audit)
  ⚠️ SQL injection in server/queries.ts:42

Medium:
  ℹ️ Missing Content-Security-Policy
  ℹ️ CORS allows all origins

Read the full file on GitHub · 144 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. yesterday First seen · 144 lines · 56 tokens per session scan A 31817532bb6b

Subscribe to this mod's changes

repo-intelligence-guide is a skill published in the GitHub repository nirholas/three.ws (110 stars, last pushed today), licensed Apache-2.0. It adds 56 tokens to every session and 1,099 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

blender-mcp

Drive Blender via the catalog blender MCP, with bpy recipes.

GGbond-bo/MemOmics-Agent · 17 tokens

blender-mcp

Control Blender directly from Gauss via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.

math-inc/OpenGauss · 54 tokens

threejs-docs

Comprehensive Three.js reference covering core API (objects, cameras, lights, materials, geometries, renderers, scenes, textures, math, animation, audio, loaders, helpers, nodes), all addons (controls, postprocessing, loaders, exporters, geometries, shaders, WebXR, physics), TSL (Three.js Shading Language) functions…

pledgeandgrow/pledge-skills · 112 tokens

blender-mcp

Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.

raphaelmansuy/edgecrab · 53 tokens

blender-mcp

Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.

johnson7788/MultiUserClaw · 53 tokens

3d-website-architect

Expert skill for designing, building, and deploying modern premium websites with advanced animations and 3D interactive experiences using Three.js, React Three Fiber, GSAP, and Framer Motion. Use this skill whenever the user wants to build a website with 3D elements, create an immersive web experience, add interactive…

deveshpunjabi/3d-website-skill · 240 tokens