

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
12345678# Compozy Project Configuration Examples910<configuration_overview type="project_config">11Project configuration defines the top-level settings for Compozy projects including models, workflows, autoload settings, and runtime permissions.12</configuration_overview>1314## Basic Project Configuration1516<project_config_pattern type="basic">17```yaml18name: project-name19version: 0.1.020description: Project description2122workflows:23 - source: ./workflow.yaml2425runtime:26 permissions:27 - --allow-read28 - --allow-net29 - --allow-env30```31</project_config_pattern>3233## Project with Model Configuration3435<project_config_pattern type="with_models">36```yaml37name: weather-agent38version: "0.1.0"39description: A multi-agent weather advisory system4041author:42 name: Pedro Nauck43 url: https://github.com/compozy4445workflows:46 - source: ./workflow.yaml4748models:49 - provider: groq50 model: llama-3.3-70b-versatile51 api_key: "{{ .env.GROQ_API_KEY }}"52 - provider: ollama53 model: llama4:16x17b54 api_url: "http://localhost:11434"5556runtime:57 permissions:58 - --allow-read59 - --allow-net60 - --allow-env61 - --allow-sys62 - --allow-write63```64</project_config_pattern>6566## Project with AutoLoad Configuration6768<project_config_pattern type="with_autoload">69```yaml70name: project-name71version: 0.1.07273workflows:74 - source: ./workflow.yaml7576# AutoLoad configuration for discovering agents and tools77autoload:78 enabled: true79 strict: true80 include:81 - "agents/*.yaml"82 - "tools/*.yaml"83 exclude:84 - "**/*~"85 - "**/*.bak"86 - "**/*.tmp"8788runtime:89 permissions:90 - --allow-read91 - --allow-net92 - --allow-env93```94</project_config_pattern>9596## Environment Variable Patterns9798<environment_patterns type="api_keys">99```yaml100# Environment variable references101api_key: "{{ .env.GROQ_API_KEY }}"102api_key: "{{ .env.OPENAI_API_KEY }}"103database_url: "{{ .env.DATABASE_URL }}"104105# MCP environment variables106mcps:107 - id: external_service108 url: "{{ .env.MCP_SERVICE_URL }}"109 env:110 API_KEY: "{{ .env.EXTERNAL_API_KEY }}"111 TIMEOUT: "{{ .env.REQUEST_TIMEOUT | default \"30s\" }}"112```113</environment_patterns>114
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| compozy/gograph.cursor/rules/architecture.mdc · 9 | Cursor rules | styletesting-strategydependenciesdo-not | 57/100 | 14 days ago | |
| compozy/gograph.cursor/rules/api-standards.mdc · 9 | Cursor rules | lint-formatapidocs | 54/100 | 14 days ago | |
| compozy/gograph.cursor/rules/backwards-compatibility.mdc · 9 | Cursor rules | do-notagent-behaviour | 32/100 | 14 days ago | |
| compozy/gograph.cursor/rules/compozy-agent-config.mdc · 9 | Cursor rules | agent-behaviour | 45/100 | 14 days ago | |
| compozy/gograph.cursor/rules/compozy-examples.mdc · 9 | Cursor rules | stylearchtypesagent-behaviour | 58/100 | 14 days ago | |
| compozy/gograph.cursor/rules/compozy-shared-patterns.mdc · 9 | Cursor rules | styleagent-behaviour | 54/100 | 14 days ago | |
| compozy/gograph.cursor/rules/compozy-task-patterns.mdc · 9 | Cursor rules | stylearchagent-behaviour | 70/100 | 14 days ago | |
| compozy/gograph.cursor/rules/core-libraries.mdc · 9 | Cursor rules | testing-strategydependenciesdo-not | 60/100 | 14 days ago | |
| compozy/gograph.cursor/rules/critical-validation.mdc · 9 | Cursor rules | no sections | 24/100 | 14 days ago | |
| compozy/gograph.cursor/rules/cursor_rules.mdc · 9 | Cursor rules | no sections | 40/100 | 14 days ago | |
| compozy/gograph.cursor/rules/go-coding-standards.mdc · 9 | Cursor rules | stylearchdependencies | 62/100 | 14 days ago | |
| compozy/gograph.cursor/rules/go-patterns.mdc · 9 | Cursor rules | style | 66/100 | 14 days ago | |
| compozy/gograph.cursor/rules/no_linebreaks.mdc · 9 | Cursor rules | no sections | 31/100 | 14 days ago | |
| compozy/gograph.cursor/rules/prd-create.mdc · 9 | Cursor rules | stylearchagent-behaviour | 48/100 | 14 days ago | |
| compozy/gograph.cursor/rules/prd-tech-spec.mdc · 9 | Cursor rules | setuptestarchagent-behaviour | 56/100 | 14 days ago | |
| compozy/gograph.cursor/rules/quality-security.mdc · 9 | Cursor rules | securityperformancedo-not | 46/100 | 14 days ago | |
| compozy/gograph.cursor/rules/review-checklist.mdc · 9 | Cursor rules | testing-strategygit | 52/100 | 14 days ago | |
| compozy/gograph.cursor/rules/section_comments.mdc · 9 | Cursor rules | no sections | 31/100 | 14 days ago | |
| compozy/gograph.cursor/rules/task-developing.mdc · 9 | Cursor rules | agent-behaviour | 47/100 | 14 days ago | |
| compozy/gograph.cursor/rules/task-generate-list.mdc · 9 | Cursor rules | testlint-formatarchdo-not+1 | 85/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 46 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/compozy-gograph-cursor-rules-compozy-project-config)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.