Source

v1truv1us/ai-eng-system

129 skills · 466 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
coolify-deploy Deploy applications to Coolify self-hosting platform. Use when deploying to Coolify, configuring build settings, sett…
v1truv1us/ai-eng-system
181
2
prompt-refinement Convert vague requests into compact TCRO prompts with phase-specific constraints. Used by research, specify, plan, an…
v1truv1us/ai-eng-system
27
3
text-cleanup Remove AI-generated filler, repetition, inflated language, and redundant comments while preserving meaning.
v1truv1us/ai-eng-system
21
4
plugin-dev This skill should be used when creating extensions for Claude Code or OpenCode, including plugins, commands, agents, …
v1truv1us/ai-eng-system
16
5
incentive-prompting Research-backed prompting techniques for improved AI response quality (+45-115% improvement). Use when optimizing pro…
v1truv1us/ai-eng-system
12
6
comprehensive-research Multi-phase research orchestration for thorough codebase, documentation, and external knowledge investigation. Invoke…
v1truv1us/ai-eng-system
11
7
git-worktree Manage git worktrees for isolated parallel development. Use when running multiple sessions concurrently or working on…
v1truv1us/ai-eng-system
11
8
ralph-wiggum Continuous iteration loop pattern for well-defined tasks with clear completion criteria. Use when getting tests to pa…
v1truv1us/ai-eng-system
8
9
eval-harness Agent evaluation framework. Measure agent performance, identify weaknesses, and track improvement over time. Use when…
v1truv1us/ai-eng-system
4
10
test-driven-development Red-Green-Refactor workflow: write tests before implementation, maintain coverage. Use when implementing logic, fixin…
v1truv1us/ai-eng-system
4
11
code-review-and-quality Multi-axis code review with optional strict maintainability mode. Use before merging any change—human, agent, or auto…
v1truv1us/ai-eng-system
3
12
code-simplification Simplifies code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend…
v1truv1us/ai-eng-system
3
13
content-optimization Enhance any content type using research-backed techniques. Optimize AI prompts with step-by-step approval, improve co…
v1truv1us/ai-eng-system
3
14
debugging-and-error-recovery Guides systematic root-cause debugging. Use when tests fail, builds break, behavior does not match expectations, or a…
v1truv1us/ai-eng-system
3
15
dependency-graph-analysis Build and reason about import graphs, call graphs, schema graphs, and service dependency graphs. Use when tracing pat…
v1truv1us/ai-eng-system
3
16
frontend-ui-engineering Component architecture, design systems, state management, responsive design, WCAG 2.1 AA accessibility. Use when buil…
v1truv1us/ai-eng-system
3
17
graph-rag Relationship-aware retrieval using graph traversal, entity anchors, community expansion, and hybrid vector plus graph…
v1truv1us/ai-eng-system
3
18
graphify Knowledge graph development for LLM applications. Graph storage selection, graph algorithms, extraction from document…
v1truv1us/ai-eng-system
3
19
incremental-implementation Deliver changes in thin vertical slices. Use when implementing a feature or refactor that touches more than one file.
v1truv1us/ai-eng-system
3
20
knowledge-capture Document solved problems with context, examples, and gotchas so learnings compound for the team. Use after completing…
v1truv1us/ai-eng-system
3
21
monorepo-initialization Recursively initialize AGENTS.md in monorepo subdirectories with smart detection. Creates hierarchical agent context …
v1truv1us/ai-eng-system
3
22
planning-and-task-breakdown Decompose specs into small, verifiable tasks with acceptance criteria and dependency ordering. Use when you have a sp…
v1truv1us/ai-eng-system
3
23
seo-audit Full SEO and performance audit for any website. Use when asked to check SEO, run a lighthouse scan, audit performance…
v1truv1us/ai-eng-system
3
24
api-and-interface-design Contract-first design, Hyrum's Law, One-Version Rule, error semantics, boundary validation. Use when designing APIs, …
v1truv1us/ai-eng-system
2
25
browser-testing-with-devtools Chrome DevTools for live runtime data: DOM inspection, console logs, network traces, performance profiling. Use when …
v1truv1us/ai-eng-system
2
26
ci-cd-and-automation Design CI/CD pipelines, quality gates, and iterate on failing PR checks until green. Use when setting up pipelines or…
v1truv1us/ai-eng-system
2
27
context-budget Context window management for AI agents. Optimize context usage, prevent overflow, and ensure critical information is…
v1truv1us/ai-eng-system
2
28
context-engineering Feed agents the right information at the right time. Use when starting a session, switching tasks, or when output qua…
v1truv1us/ai-eng-system
2
29
continuous-learning-v2 Instinct-based learning system with confidence scoring, import/export, and evolution into skills. The system learns p…
v1truv1us/ai-eng-system
2
30
deprecation-and-migration Code-as-liability mindset, compulsory vs advisory deprecation, migration patterns, zombie code removal. Use when remo…
v1truv1us/ai-eng-system
2
31
documentation-and-adrs Architecture Decision Records, API docs, inline documentation standards. Use when making architectural decisions, cha…
v1truv1us/ai-eng-system
2
32
git-workflow-and-versioning Trunk-based development, atomic commits, change sizing (~100 lines), commit-as-save-point pattern. Use when making an…
v1truv1us/ai-eng-system
2
33
idea-refine Structured divergent/convergent thinking to turn vague ideas into concrete proposals. Use when you have a rough conce…
v1truv1us/ai-eng-system
2
34
knowledge-architecture Build a static-first knowledge architecture using file-backed domain maps, rules, hypotheses, and durable references.…
v1truv1us/ai-eng-system
2
35
multimodal-corpus-ingestion Normalize mixed inputs like code, docs, PDFs, screenshots, diagrams, audio, and transcripts into a structured corpus.…
v1truv1us/ai-eng-system
2
36
performance-optimization Measure-first approach for Core Web Vitals targets, profiling workflows, bundle analysis, and anti-pattern detection.…
v1truv1us/ai-eng-system
2
37
principle-separate-before-serializing-shared-state Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first;…
v1truv1us/ai-eng-system
2
38
prompt-engineering Comprehensive prompt engineering for coding agents covering structured instruction design, few-shot prompting, chain-…
v1truv1us/ai-eng-system
2
39
security-and-hardening OWASP Top 10 prevention, auth patterns, secrets management, dependency auditing, boundary validation. Use when handli…
v1truv1us/ai-eng-system
2
40
sentry Set up and operate Sentry for error tracking, performance monitoring, and release health. Use for SDK integration, al…
v1truv1us/ai-eng-system
2
41
shipping-and-launch Review changes, open PRs, run pre-launch checks, staged rollouts, and rollback. Use when preparing to ship to product…
v1truv1us/ai-eng-system
2
42
simplify Review recently changed files for reuse, quality, and efficiency issues, then fix them. Use after completing a change…
v1truv1us/ai-eng-system
2
43
slack Build secure, reliable Slack integrations and bots. Use for webhook design, Block Kit UI, Socket Mode, and API best p…
v1truv1us/ai-eng-system
2
44
source-driven-development Ground every framework decision in official documentation. Use when you want authoritative, source-cited code for any…
v1truv1us/ai-eng-system
2
45
spec-driven-development Write a structured specification before code: objectives, structure, code style, testing strategy, boundaries. Use wh…
v1truv1us/ai-eng-system
2
46
test-fix-loop Self-continuing loop that fixes a deliberately failing test, reruns it, and exits cleanly when green. Smallest cookin…
v1truv1us/ai-eng-system
2
47
thermo-nuclear-architecture-review Run an extremely strict architecture and system design review for coupling, boundary violations, dependency direction…
v1truv1us/ai-eng-system
2
48
using-agent-skills Discovery and invocation of all skills, commands, and agents. Decision tree for task-to-skill mapping. Core operating…
v1truv1us/ai-eng-system
2
49
verification-loop Continuous verification after each change, plus claim-based proof when evidence is required. Use when implementing, f…
v1truv1us/ai-eng-system
2
50
agents-sdk-dev Unified agent application scaffolding across 5 harnesses: Anthropic, Cursor, OpenAI, OpenCode, and Pi. Interactive pr…
v1truv1us/ai-eng-system
1
Page 1 · 129 total Next