Imported from huypham37/quark-config (AGENTS.md). Install upstream with npx skills add huypham37/quark-config. Copyright stays with the author.
Global Agent Rules
General rules:
DONOT EVER CREATE SUMMARY.md
Tool Use:
For read-only tool such as web-search, webfetch, read, grep, glob: Prioritise to use it in parallel as much as possible, but make sure the read and search are MUTUALLY EXCLUSIVE.
Sub-agent spawning:
Always pass --no-store when spawning sub-agents — sub-agent sessions are ephemeral and should not be persisted to disk.
quark --sub-agent --no-store --profile researcher --prompt "research the auth flow"
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/huypham37-quark-config-quark-config/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
huypham37-quark-config-quark-config.ocm.jsonjson
{
"ocm": "1",
"id": "huypham37-quark-config-quark-config",
"kind": "skill",
"name": "quark-config",
"description": "Global Agent Rules",
"publisher": "huypham37",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Global Agent Rules"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/huypham37/quark-config",
"path": "AGENTS.md",
"ref": "fce07c2d81576ebe11af59f5f5dd80684c04be13",
"url": "https://github.com/huypham37/quark-config/blob/fce07c2d81576ebe11af59f5f5dd80684c04be13/AGENTS.md",
"key": "huypham37/quark-config/AGENTS.md"
}
},
"instructions": "# Global Agent Rules\n\n## General rules:\n- DONOT EVER CREATE SUMMARY.md\n## Tool Use:\n- For read-only tool such as web-search, webfetch, read, grep, glob: Prioritise to use it in parallel as much as possible, but make sure the read and search are MUTUALLY EXCLUSIVE.\n\n## Sub-agent spawning:\n- Always pass `--no-store` when spawning sub-agents — sub-agent sessions are ephemeral and should not be persisted to disk.\n\n```bash\nquark --sub-agent --no-store --profile researcher --prompt \"research the auth flow\"\n```",
"cost": {
"context_tokens": 127
}
}
Fetch it by URL: GET /api/v1/registry/huypham37-quark-config-quark-config/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.