Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .agent/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ Subagents provide specialized capabilities. Read them when tasks require domain
| `tools/code-review/` | Code quality - linting, security scanning, style enforcement, PR reviews | code-standards, code-simplifier, codacy, coderabbit, qlty, snyk, secretlint, auditing |
| `tools/context/` | Context optimization - semantic search, codebase indexing, token efficiency | osgrep, augment-context-engine, context-builder, context7, toon, dspy, llm-tldr |
| `tools/conversion/` | Format conversion - document transformation between formats | pandoc |
| `tools/video/` | Video creation - programmatic video generation with React, animations, rendering | remotion |
| `tools/video/` | Video creation - programmatic video generation, AI image/video generation, animations | remotion, higgsfield |
| `tools/data-extraction/` | Data extraction - scraping business data, Google Maps, reviews | outscraper |
| `tools/deployment/` | Deployment automation - self-hosted PaaS, serverless, CI/CD | coolify, coolify-cli, vercel |
| `tools/git/` | Git operations - GitHub/GitLab/Gitea CLIs, Actions, worktrees, AI PR automation | github-cli, gitlab-cli, gitea-cli, github-actions, worktrunk, opencode-github, opencode-gitlab |
Expand Down Expand Up @@ -597,6 +597,7 @@ For AI-assisted setup guidance, see `aidevops/setup.md`.
| X/Twitter automation | `tools/social-media/bird.md` |
| macOS automation | `tools/automation/mac.md` (AppleScript, JXA, app control) |
| Programmatic video | `tools/video/remotion.md` (React video creation, animations) |
| AI image/video generation | `tools/video/higgsfield.md` (100+ generative models via unified API) |

## Security

Expand Down
4 changes: 4 additions & 0 deletions .agent/tools/context/context7.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ get-library-docs("/drizzle-team/drizzle-orm", topic="examples")
- `/langchain-ai/langchainjs` - LangChain JavaScript
- `/huggingface/transformers.js` - Hugging Face Transformers

### **Generative Media:**

- `/websites/higgsfield_ai` - Higgsfield AI (100+ image/video/audio models)

## 🛠️ **Best Practices**

### **Library Resolution:**
Expand Down
Loading
Loading