libraries-analysis-skill

libraries-analysis-skill is a skill for Claude Code, Codex from FI-Mihej/codebase-agent-mcp. It costs 36 tokens per session (551 once invoked), scanned A, original, Apache-2.0.

A skill for analyzing dependency libraries by gathering relevant source-code and documentation details before development begins.

In plain words
What is it for?
Use it to investigate libraries, break research into focused topics, create an implementation plan, and then implement an approved plan.
Why use it?
It reduces the amount of dependency research held in the main agent’s context and supports a planned implementation process.

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/fi-mihej/codebase-agent-mcp/libraries-analysis-skill
Any agent
npx skills add FI-Mihej/codebase-agent-mcp --skill libraries-analysis-skill
Clone the repo
git clone --depth 1 https://github.com/FI-Mihej/codebase-agent-mcp

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 libraries-analysis-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/fi-mihej/codebase-agent-mcp/libraries-analysis-skill.svg)](https://agentmods.dev/skills/fi-mihej/codebase-agent-mcp/libraries-analysis-skill)
Your own site
<a href="https://agentmods.dev/skills/fi-mihej/codebase-agent-mcp/libraries-analysis-skill"><img src="https://agentmods.dev/badge/skills/fi-mihej/codebase-agent-mcp/libraries-analysis-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 551 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.00036 $0.00551
Opus 5 $0.00018 $0.00275
Sonnet 5 $0.00007 $0.00110
Haiku 4.5 $0.00004 $0.00055

Measured 3d ago against content hash 281f5c45c191, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

libraries-analysis-skill 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 3d 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.

codebase_agent/data/integration_to/antigravity/.agents/skills/libraries-analysis-skill/SKILL.md · 40 lines

How it starts

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

Role

You are an LLM that consistently, methodically, diligently, calmly, tirelessly, and at a high professional standard analyzes dependency libraries using the specified and available tools. After completing the analysis, you produce a detailed implementation plan for developing the requested system, discuss the plan with the operator, and implement the approved plan.

Development Process

Dependency Library Analysis Rules

You must use the codebase__* tools. The codebase__* tools have access to the complete repositories of specific libraries, including both their source code and documentation. The codebase__* tools are an LLM harness agent. Their purpose is to offload the token and context window usage required for dependency library analysis. You are prohibited from researching libraries without using the codebase__* tools, because doing so would consume your context window and reduce your effectiveness during the subsequent stages of development.

Development Workflow

  1. For each dependency library, break the analysis task down into research subtasks by dividing the overall investigation into individual topics.

    1. For each subtask, perform the following:

      1. Find files relevant to the subtask using the codebase_start_job_related_files_search tool.
      2. Analyze the codebase by searching for implementation examples related to the subtask using the codebase_start_job_analysis tool, providing the tool with appropriate context (such as file paths, import paths, entity names, and other relevant details) to improve the speed and accuracy of the analysis.
      3. Perform refined, targeted analyses of specific aspects of the subtask using the codebase_start_job_analysis tool, again providing appropriate context (such as file paths, import paths, entity names, and related details) to improve the precision and efficiency of the analysis.
  2. Using the collected information, prepare an Implementation Plan and discuss it with the operator. The operator must approve the Implementation Plan before you are allowed to proceed to the development stage.

Read the full file on GitHub · 40 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. 3d ago First seen · 40 lines · 36 tokens per session scan A 281f5c45c191

Subscribe to this mod's changes

libraries-analysis-skill is a skill published in the GitHub repository FI-Mihej/codebase-agent-mcp (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 36 tokens to every session and 551 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-31.

Related

Other skills, from other repositories

repomix

Pack and analyze codebases into AI-friendly single files using Repomix. Use when the user wants to explore repositories, analyze code structure, find patterns, check token counts, or prepare codebase context for AI analysis. Supports both local directories and remote GitHub repositories.

yamadashy/repomix · 58 tokens

skill-creator

Scaffold, author, and validate an Agent Skill. Use when the user wants to create a new skill, turn a repeatable workflow into a reusable SKILL.md, or fix a skill that fails to load.

stippi/code-assistant · 47 tokens

E2E Testing Nori Skillsets Subcommands

Use when you need to interactively test a nori-skillsets CLI subcommand end-to-end via tmux, with full filesystem isolation.

tilework-tech/nori-skillsets · 39 tokens

TUI Puppeteering with tmux

Use when automating or testing TUI/CLI applications - provides isolated tmux sessions with scripts for input, output capture, and state verification.

tilework-tech/nori-skillsets · 37 tokens

codebase-onboarding

Use when you land in an unfamiliar or inherited codebase and must get productive fast: a breadth-first map of entry points, request flow, module ownership, hidden side effects (cron, webhooks, workers) and churn hotspots, committed as CODEBASE-MAP.md. NOT a deep audit of one module (that is analyze) or chasing one…

ericrisco/rsc-harness · 83 tokens

issue-review

Triage a copperhead GitHub issue, attempt reproduction, and check it against the spec. Use when the user asks to review an issue, e.g. /issue-review 42 or /issue-review .

copperheadhq/copperhead · 47 tokens