{"id":28769537,"url":"https://github.com/pablof7z/tenex-tools","last_synced_at":"2025-10-30T21:55:28.921Z","repository":{"id":285569287,"uuid":"956987979","full_name":"pablof7z/tenex-tools","owner":"pablof7z","description":"TENEX-tools","archived":false,"fork":false,"pushed_at":"2025-05-16T08:58:33.000Z","size":132,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T01:59:17.671Z","etag":null,"topics":["llm","nostr","vibe-coding"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pablof7z.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-29T09:34:59.000Z","updated_at":"2025-06-04T21:40:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"748cb356-7ca8-414a-b842-a9dcba26e0db","html_url":"https://github.com/pablof7z/tenex-tools","commit_stats":null,"previous_names":["pablof7z/mcp-code","pablof7z/tenex-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pablof7z/tenex-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablof7z%2Ftenex-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablof7z%2Ftenex-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablof7z%2Ftenex-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablof7z%2Ftenex-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablof7z","download_url":"https://codeload.github.com/pablof7z/tenex-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablof7z%2Ftenex-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260365252,"owners_count":22998063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["llm","nostr","vibe-coding"],"created_at":"2025-06-17T13:04:00.938Z","updated_at":"2025-10-30T21:55:28.913Z","avatar_url":"https://github.com/pablof7z.png","language":"TypeScript","funding_links":[],"categories":["Code Execution"],"sub_categories":[],"readme":"# tenex-tools\n\nShare, discover, and integrate LLM coding instructions \u0026 code snippets to supercharge your AI coding agents.\n\n## 🚀 Overview\n\nAs AI-powered coding assistants become a staple in development workflows, the key to unlocking their full potential is guiding them with precise, battle-tested instructions and code recipes. **tenex-tools** provides a collaborative registry and CLI for publishing, finding, and integrating:\n\n- **Micro-Instructions**: Turn common coding tasks into LLM-friendly step-by-step guides.  \n- **Code Snippets**: Share reusable code patterns that dramatically reduce errors and improve quality.  \n- **Agent Profiles**: Define custom agent personas and workflows to automate complex tasks.  \n\nBy tapping into a community-driven marketplace of LLM assets, you can radically improve the performance, reliability, and consistency of your AI coding agents.\n\n---\n\n## ⭐ Key Benefits\n\n- **Accelerate Agent Accuracy**: Snippets and instructions sharpen an LLM’s focus on your coding conventions and best practices.  \n- **Collaborative Growth**: Publish your own assets, build your reputation, and leverage community contributions.  \n- **Plug \u0026 Play**: Seamlessly integrate with any MCP-compatible agent or workflow.  \n- **Search \u0026 Discover**: Find the exact snippet or workflow you need with rich filtering by tags, languages, and authors.  \n\n---\n\n## 🔧 Features\n\n- **Publish \u0026 Retrieve Instructions**  \n  `tenex-tools instructions find \u003cquery\u003e`  \n  `tenex-tools instructions publish \u003cfile\u003e`\n- **Search \u0026 Fetch Code Snippets**  \n  `tenex-tools find-snippets [--limit \u003cn\u003e] [--languages \u003clist\u003e] [--tags \u003clist\u003e] [--authors \u003clist\u003e]`\n- **Manage Custom Agent Profiles**  \n  `tenex-tools agent find \u003cquery\u003e`  \n  `tenex-tools agent get \u003ceventId\u003e --roo [path]`  \n  `tenex-tools agent publish \u003c.roomodes path\u003e`\n- **One-time Setup Wizard**  \n  `tenex-tools setup`\n- **Advanced MCP Mode**\n  `tenex-tools mcp`\n\n---\n\n\n## 💡 Use Cases\n\n- Generate robust unit tests with curated TDD snippets  \n- Automate refactoring workflows with step-by-step instructions  \n- Create domain-specific agent personas (e.g., Security Auditor, Performance Tuner)  \n- Share best practices across teams and projects  \n\n---\n\n## 🚀 Getting Started\n\n1. **Install tenex-tools**\n   ```bash\n   bun install\n   ```\n\n   \u003e **Note:** If you want to use tenex-tools globally, you can link it after building:\n   \u003e ```bash\n   \u003e bun run build\n   \u003e bun link\n   \u003e ```\n\n2. **Run the setup wizard**\n   ```bash\n   bun run index.ts setup\n   ```\n\n### **Find and install a code snippet**  \n   ```bash\n   tenex-tools find-snippets --limit 5 --languages javascript,python --tags testing\n   ```\n\n### **Discover agent workflows**  \n   ```bash\n   tenex-tools agent find \"refactor\"\n   ```\n\n### **Fetch and save an instruction set**  \n   ```bash\n   tenex-tools instructions find \"optimize imports\" --out .roo/rules-code/\n   ```\n\n---\n\n## 📖 CLI Reference\n\n**Setup**  \n```bash\ntenex-tools setup\n```  \n\n**Find Snippets**  \n```bash\ntenex-tools find-snippets [--limit \u003cn\u003e] [--languages \u003clist\u003e] [--tags \u003clist\u003e] [--authors \u003clist\u003e]\n```  \n\n**Instructions**  \n```bash\ntenex-tools instructions find \u003cquery\u003e [--out \u003cpath\u003e]\ntenex-tools instructions publish \u003cfile\u003e\n```  \n\n**Agents**  \n```bash\ntenex-tools agent find \u003cquery\u003e\ntenex-tools agent get \u003ceventId\u003e --roo [path]\ntenex-tools agent publish \u003c.roomodes path\u003e\n```  \n\n---\n\n## 🤝 Contributing\n\nWe welcome new snippets, instructions, and agent profiles! To contribute:\n\n1. Fork this repo and clone.  \n2. Add your assets under `assets/`, or publish directly with the CLI.  \n3. Submit a PR or share your contributions via the community registry.  \n\n---\n\n## 📜 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablof7z%2Ftenex-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablof7z%2Ftenex-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablof7z%2Ftenex-tools/lists"}