Install
$ agentstack add skill-cruxexperts-localsetup-ls-agentlens ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
agentlenscommand 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
- Start with the generated map for large codebases, then use
outline.mdwhen present to target source reads - Check
memory.mdwhen present before modifying code; otherwise search source markers for warnings and TODOs - Use
outline.mdwhen present to locate symbols; otherwise search source, then read only the needed sections - Verify generated claims against source before editing; source remains authoritative when documentation is absent or stale
- 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.
- Author: CruxExperts
- Source: CruxExperts/localsetup
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.