Browse Skills

1691 skills found

backend-api.md
0
1 export backend-api
2 DevanB from "DevanB/lucidlog"
3 An innovative journaling tool designed to unlock the mysteries of your dreams.
2025-11-20
generate-mixed-media.md
0
1 export generate-mixed-media
2 feed-mob from "feed-mob/feedmob-adpilot-mcp"
3 Combine selected ad images with ad copy to create platform-ready mixed media creatives. Use when compositing text overlays onto images, creating final ad assets, or generating downloadable advertising creatives. Triggers on requests to combine image and copy, create final ad creative, generate composite ads, or produce platform-ready ad assets.
2025-12-03
backend-requirements.md
0
1 export backend-requirements
2 MuhammedAlkhudiry from "MuhammedAlkhudiry/ai-concise-guidelines"
3 Document frontend data needs for backend developers. Use when frontend needs to communicate API requirements to backend, or user says 'backend requirements', 'what data do I need', 'API requirements', or is describing data needs for a UI.
2026-06-02
rust.md
0
1 export rust
2 lawless-m from "lawless-m/Camola"
3 Webcam effects
2025-12-02
localstorage-patterns.md
0
1 export localstorage-patterns
2 joaopelegrino from "joaopelegrino/app-controle"
3 Comprehensive guide to localStorage patterns for the Plataforma B2B de treinamento técnico corporativo educational platform. This skill covers schema design, error handling strategies, quota management, and synchronization patterns essential for building resilient web applications with client-side persistence.Learn how to handle common localStorage errors (QuotaExceededError, SecurityError, DOMException), implement graceful degradation, manage storage quotas (5-10MB browser limits, 50KB per note), and sync localStorage with React state. The skill emphasizes defensive programming, user-friendly error messages, and fallback strategies.Real-world examples are taken directly from the project codebase, including CNotesView, BashNotesView, and auto-save patterns used across 5 learning systems. Each pattern is demonstrated with production code showing how localStorage is used to persist 227 educational modules' progress and user notes.Key topics include try/catch patterns for all localStorage operations, Quota
2025-12-03
balance-guide.md
0
1 export balance-guide
2 CaptainCrouton89 from "CaptainCrouton89/heart-rush-tools"
3 Guide for balancing new Heart Rush content including talents, races, bloodmarks, and progression. Use when creating or modifying game mechanics to ensure they fit the existing power curve.
2025-12-09
vector-databases.md
0
1 export vector-databases
2 cuba6112 from "cuba6112/skillfactory"
3 Design vector database ingestion and retrieval pipelines (points + payloads, filtered similarity search, multi-stage hybrid retrieval, index maintenance). Use when building RAG/vector search flows or debugging retrieval quality; triggers: vector database, RAG, embeddings, hybrid search, filtered search, Qdrant, Weaviate, Chroma.
2025-12-26
project-memory.md
0
1 export project-memory
2 eaasxt from "eaasxt/Farmhand"
3 Retrieve relevant context from past sessions before starting implementation. Use when beginning work on a task, when the user describes what to build, when about to write significant code, or when stuck on a problem that may have been solved before.
2026-01-06
memory-management.md
0
1 export memory-management
2 ryantking from "ryantking/wezmacs"
3 WezTerm Macros - a WezTerm configuration framework that provides an IDE-like inspired by Emacs.
2025-12-30
team-workflow.md
0
1 export team-workflow
2 jeremyodell from "jeremyodell/team-workflow-plugin"
3 Deterministic team development workflow for Claude Code. Enforces a mandatory sequence of phases (Setup → Brainstorm → Plan → Execute → Quality Check → Ship) with Linear integration, TDD requirements, and quality gates. Activates when working on issues/tasks, when user mentions Linear issues (e.g., ENG-123), when starting development work, or when preparing to ship code. Commands: /team:task, /team:quality-check, /team:ship.
2026-01-04
kitty-tui-control.md
0
1 export kitty-tui-control
2 frixaco from "frixaco/dotfiles"
3 Runs and controls TUI applications inside Kitty terminal tabs using Kitty's remote control interface. Use when asked to run a TUI app, start a dev server in a new tab, or check/inspect output from a running TUI application.
2026-05-28
streamlit-uv-development.md
0
1 export streamlit-uv-development
2 bossjones from "bossjones/streamlit-replicate-boss"
3 Using Replicate to build Streamlit app for image generations!
2026-01-01
portfolio-testing.md
0
1 export portfolio-testing
2 plipowczan from "plipowczan/portfolio"
3 E2E testing skill for Pawel Lipowczan portfolio project (Playwright + React/Vite). Use when user wants to create new E2E tests, debug flaky tests, extend test coverage, verify test completeness for features, or run/interpret test results. Covers navigation, forms, blog, SEO, accessibility (WCAG 2.1 AA), responsiveness. References docs/portfolio/testing/{README.md,TESTING_QUICKSTART.md}. Complements portfolio-code-review skill.
2026-05-29
backend-dev.md
0
1 export backend-dev
2 nirukk52 from "nirukk52/KiteMate"
3 A friendly interface to fly your Zerodha Kite
2025-11-16
skill-creator.md
0
1 export skill-creator
2 deadronos from "deadronos/stellar-shell"
3 voxel mining and building a dyson sphere
2026-05-10
ux-accessibility.md
0
1 export ux-accessibility
2 phananhtuan09 from "phananhtuan09/ai-agent-workflow"
3 Accessibility principles for inclusive design - keyboard navigation, screen readers,ARIA, color contrast, and focus management. WCAG compliance for interfaces usable by all.Use when implementing interactive UI components requiring accessibility:- Forms, buttons, links, interactive elements needing keyboard access- Keyboard navigation, focus management, tab order- Screen reader support with semantic HTML and ARIA attributes- Color contrast validation for text/buttons (WCAG AA/AAA standards)- Modals, dialogs, dropdowns needing focus trapping- User mentions "accessible", "WCAG", "disabilities", "keyboard", "screen reader"Keywords: accessible, accessibility, WCAG, keyboard, screen reader, ARIA, contrast, a11yFocus on making UI usable via keyboard, screen readers, assistive technologies.
2026-05-20
receiving-code-review.md
0
1 export receiving-code-review
2 hmps from "hmps/agent-tools"
3 A collection of utility tools designed for working with AI agents, capturing patterns that make development workflows agent-friendly.
2025-12-04
constitution-enforcer.md
0
1 export constitution-enforcer
2 ref-docs from "ref-docs/sdd-stl"
3 Validates compliance with 9 Constitutional Articles and Phase -1 Gates before implementation.Trigger terms: constitution, governance, compliance, validation, constitutional compliance,Phase -1 Gates, simplicity gate, anti-abstraction gate, test-first, library-first,EARS compliance, governance validation, constitutional audit, compliance check, gate validation.Enforces all 9 Constitutional Articles with automated validation:- Article I: Library-First Principle- Article II: CLI Interface Mandate- Article III: Test-First Imperative- Article IV: EARS Requirements Format- Article V: Traceability Mandate- Article VI: Project Memory- Article VII: Simplicity Gate- Article VIII: Anti-Abstraction Gate- Article IX: Integration-First TestingRuns Phase -1 Gates before any implementation begins.Use when: validating project governance, checking constitutional compliance,or enforcing quality gates before implementation.
2025-12-12
zenotika-kolb-immersive.md
0
1 export zenotika-kolb-immersive
2 Farid-Ze from "Farid-Ze/kolb"
3 Full-stack immersive 3D landing page development for KOLB Assessment Platform. Combines igloo.inc atmospheric design (Awwwards SOTY 2024) with Citrix Red Bull F1 technical aesthetics. Covers WebGL/Three.js, GLSL shaders, Svelte 5, GSAP animations,and KOLB FastAPI backend integration. Use when building 3D web experiences, scroll animations, custom shaders, psychometric visualizations, or integrating with KOLB API.
2026-01-16
brand-identity-creator.md
0
1 export brand-identity-creator
2 irahardianto from "irahardianto/monarch"
3 Comprehensive guide for creating brand identity guidelines. Use this skill when a user wants to define, create, or document a brand's identity, including mission, vision, values, personality, and visual elements.
2026-01-02
keboola-data-engineering.md
0
1 export keboola-data-engineering
2 chocholous from "chocholous/bg"
3 Expert assistant for Keboola data platform. Builds working data pipelines, not just advice. Use for: data extraction, transformation, validation, orchestration, dashboard creation.
2025-10-24
youtube-summary.md
0
1 export youtube-summary
2 cyx-1 from "cyx-1/hello"
3 Summarize YouTube videos. Check if transcript exists at `youtube/{Channel Name}/transcript-{Video Title}.md`. If exists, skip to summarization. If not, download first. Create summary at `youtube/{Channel Name}/summary-{Video Title}.md` with topics and clickable timestamp links.
2026-06-01
front-matter-image-converter.md
0
1 export front-matter-image-converter
2 kquinsland from "kquinsland/tools"
3 Assorted useful tools, almost entirely generated using LLMs. Inspired by github.com/simonw/tools
2026-05-12
design.md
0
1 export design
2 ShalomDeitch1 from "ShalomDeitch1/examples"
3 use this skill when the user is designing or planning some feature or features
2025-12-31