lml2468/octo-doc-skill
Agent skill for octo-doc: prompt -> interactive HTML doc, comment, publish to your self-hosted octo-doc server.
Agent skill for octo-doc: prompt -> interactive HTML doc, comment, publish to your self-hosted octo-doc server.
npx skills add lml2468/octo-doc-skillAgent skill for octo-doc: prompt -> interactive HTML doc, comment, publish to your self-hosted octo-doc server.
Validate a business idea using the minimalist entrepreneur framework. Use when someone has a business idea and wants to test if it's worth pursuing before building anything.
Automate Encodian tasks via Rube MCP (Composio). Always search tools first for current schemas.
A plugin ecosystem for a composable, portable, interactive knowledge system that grows with you
Monitor your AI agent’s context window to track token usage before conversations begin, enabling better management of input limits.
Audits codebases for common security vulnerabilities that AI coding assistants introduce in "vibe-coded" applications. Checks for exposed API keys, broken access control (Supabase RLS, Firebase rules), missing auth validation, client-side trust issues, insecure payment flows, and more. Use this skill whenever the user asks about security, wants a code review, mentions "vibe coding", or when you're writing or reviewing code that handles authentication, payments, database access, API keys, secrets, or user data — even if they don't explicitly mention security. Also trigger when the user says things like "is this safe?", "check my code", "audit this", "review for vulnerabilities", or "can someone hack this?".
Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.