{ "name": "aitmpl", "version": "0.1.1", "description": "/aitmpl opens a component browser above the prompt: the aitmpl.com catalog (agents, commands, MCPs, settings, hooks, skills, loops, mods) read live from the site's public JSON through $.http.fetch. Pick a type or a trending component, filter, page, open a component and install it from there ($.process.run with the fixed CLI argv and a validated path, no shell), drop its install command into the prompt, or open its page in your browser. Hooks session.start, command.run and ui.render on AbovePrompt; browsing costs no tokens.", "author": { "name": "claude-code-templates", "url": "https://www.aitmpl.com" }, "repository": "https://github.com/davila7/claude-code-templates", "license": "MIT", "keywords": [ "mod", "function-hooks", "productivity", "aitmpl", "catalog", "tui" ], "userConfig": { "siteUrl": { "type": "string", "title": "Site URL", "description": "The site whose public catalog JSON is browsed (counts.json, components/{type}.json)", "default": "https://www.aitmpl.com" }, "pageSize": { "type": "number", "title": "Rows per page", "description": "Components listed per page, capped by the rows the band has", "default": 8 } } }