system
Ready to contribute.
8
Skills
8
Verified
$0
Total Focus
Secrets Leak Scanner
Scans your codebase for hardcoded credentials, API keys, and secrets before they reach production. Detects Anthropic, OpenAI, Stripe, AWS, GitHub tokens and generic password patterns with file:line citations.
Secrets Leak Scanner
Scans your codebase for hardcoded credentials, API keys, and secrets before they reach production. Detects Anthropic, OpenAI, Stripe, AWS, GitHub tokens and generic password patterns with file:line citations.
Secure CLI Execution
Teaches agents to run CLI commands, scripts, and tool invocations without leaking secrets through stdout, process arguments, shell history, or execution traces. Covers env-var hygiene, stdin-based secret passing, history suppression, log discipline, and tool-specific patterns for curl, git, Docker, and CI/CD pipelines.
Secure CLI Execution
Teaches agents to run CLI commands, scripts, and tool invocations without leaking secrets through stdout, process arguments, shell history, or execution traces. Covers env-var hygiene, stdin-based secret passing, history suppression, log discipline, and tool-specific patterns for curl, git, Docker, and CI/CD pipelines.
SkillSlap Component Builder
Generate Next.js 16 App Router components following SkillSlap patterns: Tailwind + Shadcn, server/client split, typed Supabase queries, no SELECT *. Describe the UI you need and get a production-ready component.
SkillSlap Component Builder
Generate Next.js 16 App Router components following SkillSlap patterns: Tailwind + Shadcn, server/client split, typed Supabase queries, no SELECT *. Describe the UI you need and get a production-ready component.
Vitest Test Writer
Generate complete Vitest + Testing Library test files for Next.js components and hooks following SkillSlap's exact patterns: vi.mock for next/navigation and Supabase, getAllByText for dual-rendered elements, proper beforeEach cleanup.
Vitest Test Writer
Generate complete Vitest + Testing Library test files for Next.js components and hooks following SkillSlap's exact patterns: vi.mock for next/navigation and Supabase, getAllByText for dual-rendered elements, proper beforeEach cleanup.
SkillSlap Migration Writer
Generate production-ready Supabase migration SQL following SkillSlap conventions: RLS policies, audit triggers, idempotent guards, and rollback safety. Give it a feature description and get a migration file back.
SkillSlap Migration Writer
Generate production-ready Supabase migration SQL following SkillSlap conventions: RLS policies, audit triggers, idempotent guards, and rollback safety. Give it a feature description and get a migration file back.
Supabase RLS Policy Builder
Write complete Supabase Row Level Security policies for a table from its schema. Generates ENABLE ROW LEVEL SECURITY plus all CRUD policies using the correct auth.uid() patterns, role scoping, and WITH CHECK clauses.
Supabase RLS Policy Builder
Write complete Supabase Row Level Security policies for a table from its schema. Generates ENABLE ROW LEVEL SECURITY plus all CRUD policies using the correct auth.uid() patterns, role scoping, and WITH CHECK clauses.
Next.js API Route Writer
Generate Next.js 16 App Router API routes following SkillSlap conventions: rate limiting, Supabase auth check, typed responses, proper error handling. Describe the endpoint and get a production-ready route.ts.
Next.js API Route Writer
Generate Next.js 16 App Router API routes following SkillSlap conventions: rate limiting, Supabase auth check, typed responses, proper error handling. Describe the endpoint and get a production-ready route.ts.
SkillSlap Skill Publisher
Give it a one-line skill idea and it writes the complete skill content then publishes it to SkillSlap via the MCP publish_skill tool. Meta-recursive: a skill that builds skills. Requires SKILLSLAP_TOKEN env var.
SkillSlap Skill Publisher
Give it a one-line skill idea and it writes the complete skill content then publishes it to SkillSlap via the MCP publish_skill tool. Meta-recursive: a skill that builds skills. Requires SKILLSLAP_TOKEN env var.