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.…
Design lightweight CI quality gates—lint, test tiers, security scans, and merge policies. Use when setting up or improving pipelines without tying to one stack only.
$ npx -y skills add charlieviettq/awesome-agent-skill --skill ci-cd-quality-gates --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ci-cd-quality-gatesContext preview
The summary Claude sees to decide when to auto-load this skill.
Design lightweight CI quality gates—lint, test tiers, security scans, and merge policies. Use when setting up or improving pipelines without tying to one stack only.
name: ci-cd-quality-gates description: "Design lightweight CI quality gates—lint, test tiers, security scans, and merge policies. Use when setting up or improving pipelines without tying to one stack only." allowed-tools: Read, Glob, Grep
| Tier | When | Examples | |------|------|----------| | PR required | Every push | Lint, unit tests, typecheck | | PR optional | Large repos | Integration, e2e subset | | Main/nightly | Post-merge | Full e2e, perf budget, dependency audit |
1. **Lint/format** — consistent style, catch syntax issues 2. **Unit tests** — required; flaky tests fixed or quarantined 3. **Build** — artifact or package builds for deployable repos 4. **Security** — secret scan, dependency audit (fail on critical) 5. **Contract** — OpenAPI/schema diff when APIs change
`verify-before-done`, `gstack/ship`, `test-failure-triage`, `api-security-testing`
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…