Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zencoder.ai/llms.txt

Use this file to discover all available pages before exploring further.

Intro

Module 3 covers creating reusable instructions and rules, building custom agents (or installing from the library), and connecting MCP tools to match your team’s policies and integrations.

Video lesson

Preview lesson. The full video is available on Udemy.

Key takeaways

  • Use global Instructions for always-on guidance, and store reusable Zencoder Rules in .zencoder/rules/*.md so the whole project inherits consistent behaviours.
  • Tweak each rule’s always_apply flag or mention it ad hoc; leverage globs to target file types (e.g., Markdown style guides) and keep shared rules in version control.
  • Remember that repo-info output (repo.md) is itself an auto-applied rule, giving downstream agents immediate architectural context.
  • Build custom agents by setting name, alias, instructions, and tool access; and save them in the custom tab.
  • Browse the agent library for prebuilt roles (architecture reviews, etc.), clone them with one click, and adapt tooling or prompts as needed.
  • Share vetted custom agents with your org by switching scope from personal to org; manage shared catalog entries through the web dashboard.
  • Expand agent capabilities by installing MCP tools: some are one-click (Playwright E2E, Context7 docs) while others require OAuth or API tokens (InstantDB, GitHub).
  • After installation, confirm new tools appear for the right agents and prune unused ones to avoid overwhelming default agent menus.