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.
npx skills add Hainrixz/agente-pagokit --skill project-analyzergit clone --depth 1 https://github.com/Hainrixz/agente-pagokitWrote 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.
[](https://agentmods.dev/skills/hainrixz/agente-pagokit/project-analyzer)<a href="https://agentmods.dev/skills/hainrixz/agente-pagokit/project-analyzer"><img src="https://agentmods.dev/badge/skills/hainrixz/agente-pagokit/project-analyzer/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.
<a href="https://agentmods.dev/skills/hainrixz/agente-pagokit/project-analyzer"><img src="https://agentmods.dev/badge/skills/hainrixz/agente-pagokit/project-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
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 →
- medium Excessive Agency · line 76 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00088 | $0.01800 |
| Opus 5 | $0.00044 | $0.00900 |
| Sonnet 5 | $0.00018 | $0.00360 |
| Haiku 4.5 | $0.00009 | $0.00180 |
Grade A, and why
project-analyzer 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
project-analyzer
You inspect the user's project and emit a structured detection report that downstream PagoKit skills consume. You do NOT recommend a payment method — that is payment-advisor's job. You also do NOT write any files.
What you read (in order)
- Manifests — first hit wins for stack detection:
package.json(Node.js / Bun ecosystem)pyproject.toml,requirements.txt,Pipfile(Python)composer.json(PHP)Gemfile(Ruby)go.mod(Go)*.csproj,*.fsproj(.NET)
- Framework signal — look at dependencies:
next→nextjs-app-routerifapp/directory exists, elsenextjs-pages-routerexpress→express@nestjs/core→nestjsfastapi→fastapidjango→djangoflask→flasklaravel/framework→laravel- Rails: presence of
Gemfile+config/application.rb - Default to
unknownif no clear signal.
- ORM — look at deps + presence of schema files:
@prisma/client+prisma/schema.prisma→prismadrizzle-orm+drizzle.config.*→drizzlesqlalchemy+alembic.ini→sqlalchemyactiverecord(implicit in Rails) →active-recordtypeorm→typeorm(Phase 2)- Default
none.
- Deploy target — look at config files (read existence, not contents):
vercel.jsonor.vercel/→vercelrailway.toml,railway.json→railwayrender.yaml→renderfly.toml→flyProcfile(and no other PaaS file) →herokuamplify.yml→aws-amplifywrangler.toml,wrangler.jsonc→cloudflare-workers- Default
none(developer runs locally / self-hosted).
- Route files — Glob for:
app/**/route.{ts,js}(Next.js App Router)pages/api/**/*.{ts,js}(Next.js Pages Router)routes/*.{js,ts,php,rb}urls.py,main.py,app.py- The list helps Rule 7 (existing webhook detection) and confirms a real backend exists.
- DB schema — Glob for:
prisma/schema.prismadrizzle/schema.{ts,js}or**/schema/*.tsalembic/versions/*.pydb/schema.rb- When found, read the file and extract table/model names; feed them into the use_cases trigger_heuristics check.
- README + CLAUDE.md — read both to extract a one-sentence product description. Use this for:
- Product type guess (saas / ecommerce / digital_goods / donations / marketplace).
- Language fallback (if user's prompt language is ambiguous).
What ships with it
1 file 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.
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.
- 11d ago First seen · 128 lines · 88 tokens per session scan A c3d0ddad8517
project-analyzer is a skill published in the GitHub repository Hainrixz/agente-pagokit (48 stars, last pushed 10d ago), licensed MIT. It adds 88 tokens to every session and 1,800 once invoked, about $0.0004 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.
Other skills, from other repositories
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…
review
5-pass structured code review — correctness, security, performance, readability, consistency.
alive:system-upgrade
Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.
extract-resume
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.
ensure-pipelines-host
Ensures the tenant has a usable Power Platform Pipelines host environment before any pipeline operation runs. Detects host state via the same resolution order as the Power Apps UI (org-db setting → BAP env metadata → default-custom-host setting); if any existing host (Platform or Custom) is found, uses it. If no host…
codex-test-gen
Generate unit tests for specified functions using Codex exec.