🎯

context-engineering

🎯Skill

from siviter-xyz/dot-agent

VibeIndex|
What it does
|

Optimizes AI context engineering by curating high-signal tokens, minimizing usage while maximizing reasoning quality across agent systems.

πŸ“¦

Same repository

siviter-xyz/dot-agent(16 items)

context-engineering

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add siviter-xyz/dot-agent --skill context-engineering
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add siviter-xyz/dot-agent --skill context-engineering
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/context-engineering/SKILL.md

SKILL.md

85Installs
-
AddedFeb 4, 2026

More from this repository10

🎯
create-skill🎯Skill

Helps create new agent skills following the open standard spec, providing templates and workflows for building reusable, domain-specific skill packages.

🎯
cursor-best-practices🎯Skill

Cursor IDE best practices skill covering Plan Mode usage, effective context management, test-driven development, codebase understanding, and Git workflows for maximizing AI-assisted productivity

🎯
software-engineer🎯Skill

Python development guidelines and best practices skills covering DRY, KISS, SOLID principles, type annotations, dependency injection, and code style conventions.

🎯
python🎯Skill

Python development guidelines and best practices skills covering DRY, KISS, SOLID principles, type annotations, dependency injection, and code style conventions.

🎯
frontend-engineer🎯Skill

Python development guidelines and best practices skills covering DRY, KISS, SOLID principles, type annotations, dependency injection, and code style conventions.

🎯
create-agents-md🎯Skill

Python development guidelines and best practices skills covering DRY, KISS, SOLID principles, type annotations, dependency injection, and code style conventions.

🎯
backend-engineer🎯Skill

Python development guidelines and best practices skills covering DRY, KISS, SOLID principles, type annotations, dependency injection, and code style conventions.

🎯
semantic-git🎯Skill

Semantic Git skill for managing commits using Conventional Commits format with atomic staging, zagi-compatible for AI IDEs, offering manual command generation before execution

🎯
typescript🎯Skill

Enforces TypeScript best practices, type safety, and modern development standards for robust and maintainable code.

🎯
cli-building🎯Skill

CLI building skill for creating command-line interfaces with async-first design, composable commands, strategy patterns, and proper output formatting for terminal applications