AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ls Agentlens

skill-cruxexperts-localsetup-ls-agentlens · by CruxExperts

Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.

— No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-cruxexperts-localsetup-ls-agentlens

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-cruxexperts-localsetup-ls-agentlens)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● yesterday

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ls Agentlens? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AgentLens - Codebase Navigation

Before Working on Any Codebase

Always start by reading .agentlens/INDEX.md for the project map. If the target repo has no .agentlens/ directory, this skill is advisory only; fall back to normal repository discovery.

Generation Requirement

This skill consumes AgentLens documentation but does not generate it. LocalSetup does not include an agentlens CLI, script, or wrapper for regenerating .agentlens/ output.

  • If the target repo already documents an AgentLens generation command, run that project-provided command from the target repo root.
  • If an external agentlens command is installed in the environment, use the command and flags documented by that external tool.
  • If no generator is available, treat .agentlens/ as read-only navigation context and verify stale-looking claims against source files.

Do not assume agentlens is available from this repository or from PATH.

Navigation Hierarchy

| Level | File | Purpose | |-------|------|---------| | L0 | INDEX.md | Project overview and module routing | | L1 | modules/{slug}/MODULE.md | Module details, file list | | L1 | modules/{slug}/outline.md | Symbols in large files, when generated | | L1 | modules/{slug}/memory.md | Warnings and TODOs, when generated | | L1 | modules/{slug}/imports.md | File dependencies, when generated | | L2 | files/{slug}.md | Deep docs for complex files, when generated |

This is the public output hierarchy documented by the current upstream AgentLens README. Do not infer additional filenames from older package guidance.

Navigation Flow

INDEX.md -> Find module -> MODULE.md -> available sidecars -> Source file

When To Read What

| You Need | Read This | |----------|-----------| | Project overview | .agentlens/INDEX.md | | Find a module | INDEX.md, search module name | | Understand a module | modules/{slug}/MODULE.md | | Find function/class in large file | modules/{slug}/outline.md if present; otherwise search source | | Find TODOs and warnings | modules/{slug}/memory.md if present; otherwise search source markers | | Understand file dependencies | modules/{slug}/imports.md if present; otherwise inspect source imports |

Best Practices

  1. Start with the generated map for large codebases, then use outline.md when present to target source reads
  2. Check memory.md when present before modifying code; otherwise search source markers for warnings and TODOs
  3. Use outline.md when present to locate symbols; otherwise search source, then read only the needed sections
  4. Verify generated claims against source before editing; source remains authoritative when documentation is absent or stale
  5. Regenerate only through a documented command supplied by the target repo or an external AgentLens installation

Sidecars and Provenance

An optional _meta.json sidecar may appear beside imported skill content in some framework workflows. For ls-agentlens, that file is provenance only: it is not read by this skill, not required for activation, and not a substitute for the frontmatter above. If present, preserve it during source review unless a packaging or release audit explicitly classifies it as generated/private state.

For detailed navigation patterns, see [references/navigation.md](references/navigation.md) For structure explanation, see [references/structure.md](references/structure.md)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.