16 skills found
PatrickJS / cppGuide Cursor to write modern C++ and CMake code with clear structure, RAII, const-correctness, and safe error handling.
PatrickJS / cursor-rules-pack-v2-cursorrules-prompt-file7 sample production-tested rules (dependency discipline, error handling, state management, webhook security, and more). See the pack README for full-pack details.
flipped-aurora / gin-vue-admin🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台,企业级业务AI+开发解决方案,内置mcp辅助服务,内置skills管理,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。
Donchitos / Claude-Code-Game-StudiosTurn Claude Code into a full game dev studio — 49 AI agents, 72 workflow skills, and a complete coordination system mirroring real studio hierarchy.
metalbear-co / mirrordRun any process, on your machine or in an AI agent's environment, as if it were a pod in your Kubernetes cluster: real env vars, DNS, network, traffic.
pouyanafisi / smippoCommand-line website copier and scraper. Create complete offline mirrors with all assets, styles, and dynamic content preserved. Perfect for website duplication, archiving, and offline browsing.
majiayu000 / ccxt-pythonCCXT cryptocurrency exchange library for Python developers. Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors in Python
tody-agent / cm-continuityWorking memory protocol — maintains context across sessions via CONTINUITY.md. Inspired by Loki Mode. Read at turn start, update at turn end. Captures mistakes and learnings to prevent repeating errors.
luokai0 / bash-linuxBash/Linux terminal patterns. Critical commands, piping, error handling, scripting
AuroraKON6 / backendBoss auto-apply tool - Playwright + Spring Boot + AI/OCR
AuroraKON6 / frontendBoss auto-apply tool - Playwright + Spring Boot + AI/OCR
rusyaev-dk / states-and-fallbacksFail-safe UX: what is state, content/visual fallbacks, four basic interface states (Loading, Empty, Error, Success)
kiwagu / endpoints-errors-cors-and-responsesUse when: shaping Payload endpoint responses, adding CORS headers, or handling validation and error cases consistently.
plclub / ciRun CI checks locally (mirrors GitHub Actions)
antosubash / ciRun all CI checks locally, mirroring the GitHub Actions CI pipeline. This catches issues before creating a PR. Execute these steps in order, stopping on first failure. Report results as a summary table at the end. Run `npm run check` from the project root.
carlosamesar / contract-uiDefinir la interfaz estable entre la experiencia de usuario y las fuentes de datos: props, estados, acciones, eventos, mensajes de error y expectativas de renderizado. ---