Awesome-omni-skill Cline

Tool: VS Code extension with autonomous mode

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cli-automation/cline" ~/.claude/skills/diegosouzapw-awesome-omni-skill-cline && rm -rf "$T"
manifest: skills/cli-automation/cline/SKILL.md
source content
<!-- CLINE:START -->

Cline CLI Rules

Tool: VS Code extension with autonomous mode

Quick Start

Install Cline extension in VS Code or use CLI mode.

Usage

# In prompts, always reference standards:
"Follow @AGENTS.md. Implement [feature] with tests first (95%+ coverage)."

# Cline will:
- Read AGENTS.md
- Write tests
- Implement feature
- Run quality checks

Workflow

  1. Keep AGENTS.md open in workspace
  2. Request features with "Follow @AGENTS.md" prefix
  3. Review proposed changes before approval
  4. Verify tests pass after implementation

Critical: Reference @AGENTS.md in every prompt for consistent output.

<!-- CLINE:END -->