posthog/implementing-agent-modes
Guidelines to create/update a new mode for PostHog AI agent. Modes are a way to limit what tools, prompts, and prompt injections are applied and under what conditions. Achieve better results using your plan mode.
Guidelines to create/update a new mode for PostHog AI agent. Modes are a way to limit what tools, prompts, and prompt injections are applied and under what conditions. Achieve better results using your plan mode.
npx skills add https://github.com/posthog/posthog/tree/main/skills/implementing-agent-modesGuidelines to create/update a new mode for PostHog AI agent. Modes are a way to limit what tools, prompts, and prompt injections are applied and under what conditions. Achieve better results using your plan mode.
A curated collection of agents, skills, and commands for OpenCode — specialized AI agents, 50+ domain skills, workflow commands, and a one-liner installer for AI-powered development.
Catalog of skills, agents, and templates for @haus-tech/haus-workflow
Conversational, composable Claude Code skill to read & edit a GitHub Projects v2 Kanban board: natural-language driving, agent/human task routing, staged previews, and report-back. MIT.
Lightweight, open-source AI agent for your tools, chats, and workflows.
Store and query vector embeddings using Amazon S3 Vectors, a cost-effective long-term vector storage service with its own API namespace (s3vectors). Triggers on: create S3 vector bucket, vector index, store embeddings, semantic search, RAG vector storage, similarity search, vector database, migrate from other vector databases. Do NOT use for: querying tabular data (use querying-data-lake), S3 object storage, or hundreds/thousands of sustained QPS (use OpenSearch).
Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.