afk-agents
- 11 skills
- 0 followers
- 6 hours ago last updated
- ▌ Uv Script · afk-agentsCreate and run Python scripts with uv self-contained script format (PEP 723). Use when creating standalone Python scripts with dependencies, managing script dependencies inline, or running Python scripts with uv.
- ▌ Convex Rules · afk-agentsUnderstand and use Convex rules whenever touching the backend code, database, or query or mutation functions. Use when writing new functions, updating existing functions, or reading the database.
- ▌ Convex Manager · afk-agents bundleManage Convex projects and deployments via the Management API. Use when listing, creating, or managing Convex projects, deployments, or team resources. Requires CONVEX_TOKEN in .env file.
- ▌ Vercel Manager · afk-agents bundleManage Vercel projects and deployments via the Vercel REST API. Use when listing, creating, or managing Vercel projects, deployments, or domains. Requires VERCEL_TOKEN in .env file.
- ▌ Managing Worktrees · afk-agentsManage git worktrees for parallel development. Use when creating, listing, removing, or pruning worktrees, or when the user mentions worktrees, parallel branches, or isolated development environments.
- ▌ Creating Nextjs Convex Vercel Apps · afk-agents bundleCreate and deploy a new Next.js application with Convex backend and Vercel hosting. Use when setting up a new fullstack app, creating a Next.js project with Convex, or deploying to Vercel with Convex integration.
- ▌ Slop Score · afk-agents bundleAnalyzes text files for AI-generated writing patterns and returns JSON metrics. Run on drafts or essays to detect overused AI patterns like slop words, contrast structures, and suspicious trigrams. Use when checking writing for AI-like patterns or when asked to score a file for slop.
- ▌ Tailwind CSS · afk-agents bundleTailwind CSS v4 styling with utility-first classes, theme configuration, and modern CSS patterns. Use when writing or modifying CSS classes, configuring themes, implementing responsive designs, or migrating from v3. Triggers on Tailwind, utility classes, responsive breakpoints, dark mode styling.
- ▌
- ▌ Slop Analyzer · afk-agents bundleAnalyzes writing for AI-like patterns and returns prioritized, concrete revision suggestions. Runs the slop-score skill to gather metrics, then interprets them - naming the specific words, trigrams, and contrast structures that read as machine-written and proposing alternatives. Use after drafting or revising creative writing, essays, or blog posts, or when a piece sounds robotic and it is not obvious why.
- ▌ Agent Skill Maker · afk-agentsCreates or updates agent skills (SKILL.md files) following official documentation and best practices. Use when the user wants to create a new skill, update an existing skill, or scaffold a skill directory structure.