account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Manage application configuration—schemas, validation, .env.example, placeholder detection, fail-fast startup. Use when adding env vars or centralizing config.
$ npx -y skills add charlieviettq/awesome-agent-skill --skill dynamic-config-management --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/dynamic-config-managementContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage application configuration—schemas, validation, .env.example, placeholder detection, fail-fast startup. Use when adding env vars or centralizing config.
name: dynamic-config-management description: "Manage application configuration—schemas, validation, .env.example, placeholder detection, fail-fast startup. Use when adding env vars or centralizing config." allowed-tools: Read, Glob, Grep
Centralize and validate configuration at startup. Reduces "works on my machine" and silent misconfiguration in deployed environments.
1. **Inventory** — list all config keys, required vs optional, defaults 2. **Schema** — validate types and allowed values (Zod, pydantic, envconfig, etc.) 3. **`.env.example`** — committed template with placeholders, no real secrets 4. **Fail fast** — app refuses to start if required keys missing or invalid 5. **Document** — README section: key, purpose, example placeholder
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…