dev▌
44 indexed skills · max 10 per page
dev-session
jezweb/claude-skills · Productivity
Structured progress tracking for multi-session development work with durable handoff files. \n \n Four core modes: start a new session with project orientation, checkpoint progress with WIP commits and learnings capture, resume from SESSION.md with git diff context, and wrap sessions with completeness checks \n Automatically manages SESSION.md files (progress log, current position, blockers, resume instructions) and updates CLAUDE.md with discovered patterns and gotchas \n Reads git history and
fullstack-dev
minimax-ai/skills · Productivity
When this skill is triggered, you MUST follow this workflow before writing any code.
ios-application-dev
minimax-ai/skills · Productivity
A practical guide for building iOS applications using UIKit, SnapKit, and SwiftUI. Focuses on proven patterns and Apple platform conventions.
eval-driven-dev
github/awesome-copilot · Productivity
You're building an automated QA pipeline that tests a Python application end-to-end — running it the same way a real user would, with real inputs — then scoring the outputs using evaluators and producing pass/fail results via pixie test.
dev-slides
claude-office-skills/skills · Productivity
This skill enables creation of developer-focused presentations using Slidev - a Vue-powered presentation framework. Write slides in Markdown with live code demos, diagrams, and components.
vertex-ai-api-dev
google-gemini/gemini-skills · Backend
Access Google's most advanced AI models built for enterprise use cases using the Gemini API in Vertex AI.
comfyui-nodes-dev
jimlee2048/skills · Frontend
ComfyUI baseline: v0.12.0 (Comfy API v0_0_2). Update this line when revising the skill.
backend-dev-guidelines
sickn33/antigravity-awesome-skills · Frontend
Opinionated backend architecture standards for Node.js, Express, and TypeScript microservices. \n \n Enforces strict layered architecture (routes → controllers → services → repositories) with zero business logic in routes and mandatory BaseController pattern for all controllers \n Requires Zod validation on all external input, Sentry error tracking on all exceptions, and unifiedConfig as the single source for environment configuration \n Includes Backend Feasibility & Risk Index (BFRI) scor
llm-application-dev-ai-assistant
sickn33/antigravity-awesome-skills · AI/ML
You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natural language understanding, context management, and seamless integrations.
dev-browser
sawyerhood/dev-browser · Productivity
Browser automation with persistent page state across sequential scripts. \n \n Two modes: standalone Chromium (default) or extension mode connecting to user's existing Chrome browser with authentication already in place \n Discover page elements via ARIA snapshot accessibility tree, then interact using element references; alternatively read source code to write direct selectors \n Small, focused scripts that run incrementally—each script does one action (navigate, click, fill, check), then you e