{"id":51223039,"url":"https://github.com/ethanolivertroy/my-agent-stuff","last_synced_at":"2026-07-16T19:01:01.569Z","repository":{"id":330532973,"uuid":"1123058878","full_name":"ethanolivertroy/my-agent-stuff","owner":"ethanolivertroy","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-17T03:16:57.000Z","size":830,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T04:26:02.932Z","etag":null,"topics":["ai","claude","claude-code","claude-plugins","llm"],"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/ethanolivertroy.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-26T05:35:32.000Z","updated_at":"2026-06-17T02:47:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ethanolivertroy/my-agent-stuff","commit_stats":null,"previous_names":["ethanolivertroy/claude-plugins","ethanolivertroy/skills","ethanolivertroy/public-skills","ethanolivertroy/my-agent-stuff"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ethanolivertroy/my-agent-stuff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fmy-agent-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fmy-agent-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fmy-agent-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fmy-agent-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethanolivertroy","download_url":"https://codeload.github.com/ethanolivertroy/my-agent-stuff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fmy-agent-stuff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35555509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai","claude","claude-code","claude-plugins","llm"],"created_at":"2026-06-28T09:00:31.116Z","updated_at":"2026-07-16T19:01:01.564Z","avatar_url":"https://github.com/ethanolivertroy.png","language":"TypeScript","funding_links":[],"categories":["Source Catalog"],"sub_categories":[],"readme":"# My Agent Stuff\n\n- Inspired by https://github.com/mitsuhiko/agent-stuff\n- This is \"my\" agent-stuff\n- Although I would never marry any solution, pi.dev is mostly my daily driver now\n\n## Layout\n\nThis follows the same broad shape as Armin's `agent-stuff` repo: first-class `extensions/`, `skills/`, and `commands/` directories loaded by the `pi` manifest. Former third-party Pi packages now live directly in those directories rather than in a vendor package folder.\n\nSee [upstream package sources](./docs/upstream-pi-packages.md) for provenance and license notes.\n\n## Secret scanning\n\nThis public repo uses Gitleaks via repo-managed Git hooks:\n\n```bash\nbrew install gitleaks\nnpm run secrets:install-hooks\nnpm run secrets:scan\n```\n\nInstalled hooks run a staged scan before commits and an outgoing-commit scan before pushes. Use `SKIP_SECRET_SCAN=1` only for emergency bypasses.\n\nExtensions that need API tokens should use the shared local resolver in [`src/secret-resolver.ts`](./src/secret-resolver.ts); see [`docs/extension-secret-management.md`](./docs/extension-secret-management.md). Store password-manager refs in `.env.local`, not raw tokens.\n\n## Pi Extensions\n\n| Extension | Description |\n| --- | --- |\n| [exa-search](./extensions/exa-search) | Advanced Exa web search with categories, filters, and optional result contents. |\n| [linear-mcp](./extensions/linear-mcp) | Mirror Linear's official hosted MCP server into Pi tools with dynamic `tools/list` registration. |\n| [ollama-web-search](./extensions/ollama-web-search.ts) | Local Ollama-backed `web_search` and `web_fetch` tools. |\n| [grok-cli](./extensions/grok-cli) | Use Grok Build/Composer in Pi through the existing Grok CLI login session. |\n| [hf-buckets](./extensions/hf-buckets) | Safe private Hugging Face Bucket backups with detached jobs, verification, and quarantine. |\n| [mm-command](./extensions/mm-command.ts) | Shortcut command for invoking the `mischief-managed` session-note skill. |\n| [nanobanana](./extensions/nanobanana) | Generate or edit images with Google Gemini image models. |\n| [rich-clipboard](./extensions/rich-clipboard) | Copy Markdown, HTML, or plain text to the system clipboard for rich paste targets. |\n| [termdraw](./extensions/termdraw) | Open termDRAW inside a Pi overlay with `/termdraw`. |\n| [voipi](./extensions/voipi) | Text-to-speech tools and `/tts` commands. |\n| [subagents](./extensions/subagents) | Subagent orchestration tool, built-in agents, and related commands. |\n| [autoresearch](./extensions/autoresearch) | Experiment loop tools, dashboard, hooks, and autoresearch command. |\n\n## Pi Skills\n\n| Skill | Description |\n| --- | --- |\n| [clipboard-posting](./skills/clipboard-posting) | Use the rich clipboard extension for approved drafts, LinkedIn, and X posting flows. |\n| [conversation-dump](./skills/conversation-dump) | Export a full readable Markdown transcript of the current Pi conversation. |\n| [exif-stripper](./skills/exif-stripper) | Strip sensitive EXIF metadata from images before publishing to the web. |\n| [iac-security-scanner](./skills/iac-security-scanner) | Scan Terraform, Kubernetes, CloudFormation, ARM templates, and Dockerfiles for security misconfigurations with NIST mappings. |\n| [image-generator](./skills/image-generator) | Generate and edit images through Gemini image models. |\n| [huggingface-backup](./skills/huggingface-backup) | Safely back up local folders to private Hugging Face Buckets using `hf` and the `hf-buckets` extension. |\n| [jot](./skills/jot) | Append quick notes to a configured Obsidian daily note. |\n| [linear](./skills/linear) | Manage Linear issues, projects, cycles, and status workflows through the Linear MCP server. |\n| [made-to-stick](./skills/made-to-stick) | Apply the SUCCESs framework to make ideas, copy, and content more memorable. |\n| [mesh-security](./skills/mesh-security) | Analyze Istio, Consul, and Linkerd service mesh configurations for security issues and NIST control mappings. |\n| [mischief-managed](./skills/mischief-managed) | Capture a lean end-of-session note into an Obsidian vault with decisions, changes, validation, caveats, and follow-ups. |\n| [pi-subagents](./skills/pi-subagents) | Instructions for delegating work to the local subagent extension. |\n| [security-review](./skills/security-review) | Perform high-signal security reviews of pending branch changes with explicit false-positive filtering. |\n| [autoresearch-create](./skills/autoresearch-create) | Start an autonomous optimization experiment loop. |\n| [autoresearch-finalize](./skills/autoresearch-finalize) | Finalize autoresearch sessions into reviewable branches. |\n| [autoresearch-hooks](./skills/autoresearch-hooks) | Author pre/post iteration hooks for autoresearch. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanolivertroy%2Fmy-agent-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethanolivertroy%2Fmy-agent-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanolivertroy%2Fmy-agent-stuff/lists"}