npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@arnilo/prism-coding-tools

v0.9.0

Published

Unified coding agent tools, security sandboxing, OpenAPI tools, Linux desktop integration, Dev inspector, and persona extensions for Prism.

Readme

@arnilo/prism-coding-tools

Unified coding agent tools, security sandboxing, OpenAPI tools, Linux desktop integration, Dev inspector, and persona extensions for Prism.

Subpaths

  • @arnilo/prism-coding-tools/agent: Core coding tools (read, write, edit, search, bash, git, diagnostics, check, ast-grep, lsp).
  • @arnilo/prism-coding-tools/security: Sandbox execution adapters (Docker/OCI, native disposable sandbox, approval policies, egress proxy).
  • @arnilo/prism-coding-tools/openapi: OpenAPI 3.x tool generator and executor with SSRF protection and parameter validation.
  • @arnilo/prism-coding-tools/computer-use-linux: Linux desktop observation and targeting tool bridge.
  • @arnilo/prism-coding-tools/dev: Loopback-only developer inspector, event timeline visualizer, and local replay server.
  • @arnilo/prism-coding-tools/caveman: Caveman ultra-terse engineering persona extension.
  • @arnilo/prism-coding-tools/ponytail: Ponytail multi-agent planning and delegation persona extension.
  • @arnilo/prism-coding-tools/impeccable: Impeccable high-precision frontend engineering persona extension.

CLI

  • prism-dev: Launches the development inspector on loopback.

Coding Tools

| Tool | Input | Result | | --- | --- | --- | | shell | { command, timeout? } | Combined output + metadata.exitCode; 600-second default timeout and 64 MiB total-output cap. Non-zero exit is not an error. Prefer dedicated tools when they fit. | | read | { path, offset?, limit? } | Streamed bounded text page or bounded [note, ImageContent]. Continue with suggested offset when truncated. | | write | { path, content, force? } | Full overwrite; bounded UTF-8 input; optional read-before-write. | | edit | { path, edits: [{oldText,newText}], force? } | Exact-then-fuzzy replace; fuzzy may succeed silently — prefer exact oldText; duplicates fail closed. | | repo_list | { path?, includeHidden?, maxDepth?, maxResults?, offset? } | Deterministic relative entries; paginates with nextOffset. Prefer glob for patterns. | | repo_search | { query, path?, mode?, caseSensitive?, includeHidden?, context?, maxMatches?, outputMode? } | Literal search; outputMode: content | files_with_matches | count. | | glob | { pattern, path?, includeHidden?, maxDepth?, maxResults?, offset? } | Filename match (*/?/**; no braces). Files only. | | delete | { path } | High-risk: file or empty dir only; no trash. | | move | { from, to, overwrite? } | High-risk rename/move; overwrite default false; no trash. | | git_* / coding_check | via createGitTools(cwd, { commitIdentity, checks? }) | Opt-in structured Git + named checks. Not in createCodingTools(). | | ask_user_decision | via createAskUserDecisionTool({ ask }) | Opt-in user choice. Not in default aggregators. |

Capabilities and Historical Lineage

No PDF reader, trash daemon, or PTY in 0.0.21. Optionals: createLanguageIntelligence, createProcessSessions, createGitHubForge.

  • Terminal sessions support host-selected PTY execution.
  • Fast indexed search and workspace lifecycle management.
  • Process recovery and structured patch review capabilities across the 0.2.6 release baseline.

Exports

Factories: createShellTool, createReadTool, createWriteTool, createEditTool, createRepoListTool, createRepoSearchTool, createGlobTool, createDeleteTool, createMoveTool, createCodingTools, createReadOnlyTools, createAllTools, createGitTools, createCodingCheckTool, createAskUserDecisionTool, createLocalBashOperations, createLocalRepositoryOperations, createGitAwareRepositoryOperations, createLanguageIntelligence, createProcessSessions, createGitHubForge, createGitOperations, createReadPathSet.

License

MIT