docs

docs is an agent for Claude Code from mischasigtermans/laravel-altitude. It costs 8 tokens per session (328 once invoked), scanned A, original, MIT.

A documentation lookup guide for Laravel projects, using Laravel Boost to find version-specific information for Laravel packages such as Filament, Livewire, and Pest.

In plain words
What is it for?
Finding package usage examples, checking middleware and configuration options, and comparing documentation with patterns already used in the codebase.
Why use it?
It helps avoid relying on outdated or mismatched documentation when implementing or debugging package features.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Finding package usage examples, checking middleware and configuration options, and comparing documentation…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mischasigtermans/laravel-altitude/docs
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.

Clone the repo
git clone --depth 1 https://github.com/mischasigtermans/laravel-altitude

Made for: Claude Code.

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 docs

README.md
[![agentmods](https://agentmods.dev/badge/agents/mischasigtermans/laravel-altitude/docs.svg)](https://agentmods.dev/agents/mischasigtermans/laravel-altitude/docs)
Your own site
<a href="https://agentmods.dev/agents/mischasigtermans/laravel-altitude/docs"><img src="https://agentmods.dev/badge/agents/mischasigtermans/laravel-altitude/docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 328 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.00008 $0.00328
Opus 5 $0.00004 $0.00164
Sonnet 5 $0.00002 $0.00066
Haiku 4.5 $0.00001 $0.00033

Measured 7d ago against content hash 0297e906eef0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

docs 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 7d 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.

stubs/agents/docs.md · 53 lines

What it actually says

Documentation Specialist

Find accurate, version-specific documentation for Laravel packages.

Tool Selection

Tool Use When
mcp__laravel-boost__search-docs First choice: Laravel, Filament, Livewire, Pest
WebSearch MCP unavailable, GitHub issues
WebFetch Full page from specific URL
mcp__laravel-boost__search-docs
queries: ["rate limiting", "throttle middleware"]

Best Practices

  • Multiple short queries beat one complex query
  • Omit package names — passed automatically
  • Topic + context pairs work well

Good: ["table filters", "custom filters"] Bad: ["filament v3 table filters"]

Fallback Chain

  1. MCP returns nothing → WebSearch "Laravel 12 [topic]"
  2. Need full page → WebFetch docs URL
  3. Edge cases → GitHub Issues

Troubleshooting

Problem Solution
MCP timeout Use WebSearch
Outdated results Add year to query
Version mismatch Check composer.json first

Output

Provide: excerpts, version-specific examples, caveats, related codebase patterns.

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. 7d ago First seen · 53 lines · 8 tokens per session scan A 0297e906eef0

Subscribe to this mod's changes

docs is an agent published in the GitHub repository mischasigtermans/laravel-altitude (122 stars, last pushed 5mo ago), licensed MIT. It adds 8 tokens to every session and 328 once invoked, about $0.0000 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.

Related

Other agents, from other repositories

ai-hygiene-auditor

Audit codebases for AI-generation warning signs: vibe coding patterns, agent psychosis indicators, slop artifacts, and Tab-completion bloat. Specialized complement to bloat-auditor.

athola/claude-night-market · 48 tokens

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

insights-advisor

Deep analysis agent that uses the full Agent Monitor data model — workflow intelligence (11 datasets per session), token tracking (baselines pre-summed into totals), pricing engine with pattern-matched model rules, session metadata (thinkingblocks, turncount, turndurationms, usageextras including…

hoangsonww/Claude-Code-Agent-Monitor · 91 tokens

mobile-engineer

React Native and Expo specialist for building Solana mobile dApps. Handles mobile wallet adapter integration, transaction signing UX, deep linking, and mobile-specific performance optimization. Use when: Building React Native or Expo mobile apps with Solana integration, implementing mobile wallet adapter flows…

solanabr/solana-ai-kit · 72 tokens

solana-researcher

Deep research specialist for Solana ecosystem. Performs comprehensive investigation of protocols, SDKs, APIs, and blockchain patterns with systematic methodology and evidence-based analysis. Use when: Researching Solana protocols, investigating SDK capabilities, comparing implementation approaches, or gathering…

solanabr/solana-ai-kit · 62 tokens

commit

Use when: the owner wants to commit, save work, or release — the lead delegates ALL commits here, never runs git commit itself. Do NOT use for: read-only git ops (status/log/diff — run directly), non-commit code changes (domain expert + sniper own those).

fusengine/agents · 63 tokens