CtrlK
BlogDocsLog inGet started
Tessl Logo

ag-kit

github.com/vudovn/ag-kit

Skill

Added

Review

webapp-testing

.agents/skills/webapp-testing/SKILL.md

Web application testing principles. E2E, Playwright, deep audit strategies.

51

web-design-guidelines

.agents/skills/web-design-guidelines/SKILL.md

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

70

vulnerability-scanner

.agents/skills/vulnerability-scanner/SKILL.md

Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.

46

verify-changes

.agents/skills/verify-changes/SKILL.md

Prove code works by running it, not just checking it exists. Verification through execution rather than inspection. Use after writing or modifying code to ensure it actually functions correctly.

59

testing-patterns

.agents/skills/testing-patterns/SKILL.md

Testing patterns and principles. Unit, integration, mocking strategies.

56

tdd-workflow

.agents/skills/tdd-workflow/SKILL.md

Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.

55

tailwind-patterns

.agents/skills/tailwind-patterns/SKILL.md

Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture.

60

systematic-debugging

.agents/skills/systematic-debugging/SKILL.md

4-phase systematic debugging methodology with root cause analysis and evidence-based verification. Use when debugging complex issues.

68

skillify

.agents/skills/skillify/SKILL.md

Auto-create new skills from repetitive workflows. When you notice yourself doing the same multi-step process repeatedly, extract it into a reusable SKILL.md that any agent can use.

62

simplify-code

.agents/skills/simplify-code/SKILL.md

Reduce complexity of over-engineered code. Identify unnecessary abstractions, remove dead code, flatten deep nesting, and simplify logic while preserving behavior.

68

server-management

.agents/skills/server-management/SKILL.md

Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.

51

seo-fundamentals

.agents/skills/seo-fundamentals/SKILL.md

SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.

53

rust-pro

.agents/skills/rust-pro/SKILL.md

Master modern Rust (2024 edition) with async patterns, advanced type system features, and production-ready systems programming. Expert in the current Rust ecosystem including Tokio, axum, and modern crates. Use PROACTIVELY for Rust development, performance optimization, or systems programming.

43

red-team-tactics

.agents/skills/red-team-tactics/SKILL.md

Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evasion, reporting.

54

python-patterns

.agents/skills/python-patterns/SKILL.md

Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.

46

powershell-windows

.agents/skills/powershell-windows/SKILL.md

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

60

plan-writing

.agents/skills/plan-writing/SKILL.md

Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.

52

performance-profiling

.agents/skills/performance-profiling/SKILL.md

Performance profiling principles. Measurement, analysis, and optimization techniques.

51

parallel-agents

.agents/skills/parallel-agents/SKILL.md

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

56

nodejs-best-practices

.agents/skills/nodejs-best-practices/SKILL.md

Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.

58

nextjs-react-expert

.agents/skills/nextjs-react-expert/SKILL.md

React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations.

62

mobile-design

.agents/skills/mobile-design/SKILL.md

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.

64

memory-system

.agents/skills/memory-system/SKILL.md

Persistent cross-session memory management. Enables agents to remember user preferences, project conventions, and past decisions across different sessions using a structured MEMORY.md index and topic files.

69

mcp-builder

.agents/skills/mcp-builder/SKILL.md

MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.

51

lint-and-validate

.agents/skills/lint-and-validate/SKILL.md

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers on keywords: lint, format, check, validate, types, static analysis.

64