Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
Complete GitLab CI/CD toolkit with generation and validation capabilities for pipelines and configurations Contains: gitlab-ci-generator Creates .gitlab-ci.yml files, configures pipeline stages, defines CI jobs and runners, sets up deployment workflows, and generates reusable GitLab CI/CD templates following current best practices and security standards. Use when users ask to create or build a GitLab CI/CD pipeline, CI config, build pipeline, deploy pipeline, GitLab YAML, CI jobs, or any .gitlab-ci.yml configuration from scratch or for a new project. gitlab-ci-validator Validates .gitlab-ci.yml syntax, detects security misconfigurations in job definitions, checks for deprecated keywords, ensures proper stage ordering, and audits pipeline configurations for best practices. Use when working with .gitlab-ci.yml files, validating GitLab CI/CD pipeline syntax, debugging configuration errors, checking for hardcoded secrets or credentials in pipeline jobs, optimizing pipeline performance with DAG or cache, or performing security audits on GitLab CI/CD configurations. | Skills | |
v0.1.0 FastAPI framework with Pydantic v2 patterns, PII sanitisation, and practical workflows Contains: run-check-server Start a FastAPI dev server, verify docs and OpenAPI schema, test endpoints, and run pytest. Use when running, checking, or debugging a FastAPI application. scaffold-project Scaffold a new FastAPI project with an opinionated directory layout, pydantic-settings config, and starter files. Use when creating a new FastAPI application from scratch. | SkillsDocsRules | |
Guided walkthroughs for the Tuning Your Agent course: review evals, task evals and scenarios, the optimizer, security review, and continuous review in CI. Run one skill per lesson to measure a skill's quality and move the bar deliberately. Contains: 01-reviewing-skills-with-review-evals Use when a learner wants to start, work through, or be guided or tutored through the Reviewing skills with review evals lesson — the first lesson on measuring skill quality. Walks them one step at a time through running a review eval on their skill, reading the report by its pattern of suggestions, and meeting the threshold gate that blocks a low-scoring skill, running a check after each step before moving on. Triggers on asks like guide me through reviewing skills with review evals, start the review evals lesson, or how do I score my skill's quality. 02-task-evals-and-scenarios Use when a learner wants to start, work through, or be guided or tutored through the Task evals & scenarios lesson — the lesson on measuring a skill's behavior. Walks them one step at a time through generating scenarios from real commits, editing a criteria rubric, running a task eval, and reading the baseline-vs-with-context lift, running a check after each step before moving on. Triggers on asks like guide me through task evals and scenarios, start the task evals lesson, generate scenarios from commits, or how do I measure whether my skill actually works. 03-optimizing-a-skill Use when a learner wants to start, work through, or be guided or tutored through the Optimizing a skill lesson — the closing lesson on improving a skill. Walks them one step at a time through running the review-eval optimizer loop to raise a skill's score, then dogfooding the skill against real work to catch what the optimizer can't see, running a check after each step before moving on. Triggers on asks like guide me through optimizing a skill, start the optimizing lesson, how do I improve my skill's review score, or dogfood my skill before publishing. 04-reviewing-skills-for-security Use when a learner wants to start, work through, or be guided or tutored through the Reviewing skills for security lesson from the testing and optimization course. Walks them one step at a time through publishing a commit-conventions plugin that carries a real vulnerability, reading the Snyk security finding the publish-time scan surfaces on the registry, then installing it from a clean repo to feel the critical/high gating prompt and decide what to do with it, checking the result after each step before moving on. Triggers on asks like guide me through reviewing skills for security, start the security review lesson, how does the Snyk security review work, or what happens when I install a skill with a vulnerability. 05-continuous-review-in-ci Use when a learner wants to start, work through, or be guided or tutored through the Continuous review in CI lesson — the closing lesson of the testing and optimization course. Walks them one step at a time through standing up a production GitHub Actions review gate, watching it block a pull request that carries a weak skill, and then running the optimizer until the gate clears, checking the result after each step before moving on. Triggers on asks like guide me through continuous review in CI, start the CI review lesson, how do I gate skill reviews in GitHub Actions, or make my review eval run on every pull request. | Skills | |
Guided walkthroughs for the Skill Foundations course: install and trigger your first skill, author one from scratch, place guidance across skills, MCP, and context files, bundle a multi-skill plugin, and publish across a team. Bundles the commit-conventions demo skill used throughout the course. Contains: 01-skills-in-30-minutes Use when a learner wants to start, work through, or be guided or tutored through the Skills in 30 minutes lesson — their first Tessl skill. Walks them one step at a time through finding the bundled commit-conventions skill on disk and triggering it on a real diff in their own repository, running a check after each step before moving on. Triggers on asks like guide me through skills in 30 minutes, start the first lesson, or walk me through my first skill. 02-writing-your-first-skill Use when a learner wants to start, work through, or be guided or tutored through the Writing your first skill lesson — authoring their own commit-conventions skill from scratch. Walks them one step at a time through scaffolding a skill with the Tessl CLI, writing its SKILL.md, linting it against the Agent Skills spec, and installing it from their local filesystem so their agent fires it on intent, running a check after each step before moving on. Triggers on asks like guide me through writing my first skill, start lesson 2, help me author a skill, or walk me through scaffolding and linting a skill. 03-skills-vs-mcp-and-context-files Use when a learner wants to start, work through, or be guided through the "Skills vs MCP, and context files" lesson (Skill Foundations, lesson 3). Walks them through it as a guided read in their own repository — opening their context files, comparing a skill with an MCP server, and applying a two-question rule to place any piece of guidance. Triggers on asks like "guide me through the skills vs MCP lesson", "walk me through context files vs skills", "tutor me on when to use a skill, a context file, or MCP", or "help me work out where this instruction belongs". 04-building-a-multi-skill-plugin Use when a learner wants to start, work through, or be guided or tutored through the Building a multi-skill plugin lesson — bundling related skills into one versioned, installable plugin. Walks them one step at a time through scaffolding an empty git-hygiene plugin with the Tessl CLI, copying their commit-conventions skill into it, linting the whole plugin, and keeping skill descriptions sharp enough that each fires on exactly one situation, running a check after each step before moving on. Triggers on asks like guide me through building a multi-skill plugin, start lesson 4, help me bundle my skills into a plugin, or walk me through making a skill library. 05-publishing-across-a-team Use when a learner wants to start, work through, or be guided or tutored through the Publishing and installing across a team lesson — taking a local plugin all the way to the registry. Walks them one step at a time through dogfooding their git-hygiene plugin against real work, publishing it to a workspace, installing it the way a teammate would, and shipping an update with a semver version bump, running a check after each step before moving on. Triggers on asks like guide me through publishing my plugin, start lesson 5, help me publish to the registry, walk me through team install, or how do I version-bump and update a plugin. commit-conventions Use when the user asks for a commit message, or has staged changes and wants help summarizing them. Generates a Conventional Commits–formatted message from a diff. | Skills | |
ringcentral/rc-unified-crm-extension Use this skill when writing or revising content inside `rc-unified-crm-extension/docs` for the App Connect MkDocs site. Follow the existing public docs style used across user, developer, solution, and support pages, while applying modern documentation best practices for clarity, structure, scannability, and correctness. | Skills | |
trailofbits/skills AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs. | Skills | |
sickn33/antigravity-awesome-skills Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates. | Skills | |
redpanda-data/console Resolve npm dependency vulnerabilities detected by security scans. | Skills | |
iterorganization/imas-codex How to read and execute feature plans from the imas-codex plans/ directory. Use when implementing features from plan documents or when the fleet orchestrator dispatches work. | Skills | |
v0.1.0 Manages architecture project state in .arch/state.json and .arch/decisions.md. Activates when reading or updating project phase state, tracking component acceptance, logging decisions, or validating phase transitions. Contains: state-manager Manages architecture project state in .arch/state.json and .arch/decisions.md. Use when reading or updating project phase state, checking architecture status or project progress, asking "what phase are we in", tracking component acceptance, recording or logging decisions, or validating phase transitions. | Skills | |
jeremylongshore/claude-code-plugins-plus-skills Manage use when you need to work with backup and recovery. This skill provides backup automation and disaster recovery with comprehensive guidance and automation. Trigger with phrases like "create backups", "automate backups", or "implement disaster recovery". | Skills | |
sickn33/antigravity-awesome-skills Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. | Skills | |
davepoon/buildwithclaude Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas. | Skills | |
FlorianBruniaux/claude-code-ultimate-guide Generates 3-4 strategic talk angles with strength/weakness analysis, title options, CFP descriptions, and a peer feedback draft, then enforces a mandatory CHECKPOINT for user confirmation before scripting. Use when deciding how to frame a talk, preparing a CFP submission, or choosing between multiple narrative angles. | Skills | |
sendbird/stave Run a high-signal review of the current workspace diff or PR in Stave. Use when the user asks for "code review", "PR review", "review this diff", "high-signal review", "strict review", "inline comments only for real issues", or wants only objective bugs and applicable policy violations with validation before commenting. | Skills | |
roboflow/computer-vision-skills Use when answering questions about Roboflow plans, credit usage, or cost estimation; directs users to roboflow.com/pricing for current dollar amounts. | Skills | |
grafana/skills Migrate a Grafana plugin to React 19 compatibility. Use when the user asks to update a plugin for React 19, prepare for React 19, fix React 19 compatibility, upgrade to React 19, migrate to React 19, bump grafanaDependency to 12.3.0, externalize jsx-runtime, or run react-detect. Triggers on phrases like "update plugin for React 19", "React 19 migration", "prepare for React 19", "plugin React 19 compat", "grafanaDependency 12.3.0", "JSX runtime externals", "react-detect", "SECRET_INTERNALS", "ReactCurrentOwner", or "ReactCurrentDispatcher". | Skills | |
benchflow-ai/skillsbench Fast workflow to inspect PCAPs and extract protocol-level details using tshark | Skills | |
benchflow-ai/skillsbench Estimate camera motion with optical flow + affine/homography, allow multi-label per frame. | Skills | |
equinor/fusion-framework Applies and explains code conventions across TypeScript, React, C#, and Markdown. Enforces naming rules, file naming patterns, TSDoc and XML doc standards, inline comment intent (the *why*, not the *what*), code structure, error handling, async patterns, and dead code policy. Also enforces ADR and contributor doc decisions, and flags decisions that appear stale or misaligned with current tooling. USE FOR: convention questions, code review against project standards, applying naming rules, auditing intent comments, checking TSDoc completeness, enforcing recorded ADR decisions, and flagging stale architectural decisions. DO NOT USE FOR: security vulnerability scanning, performance profiling, runtime debugging, or generating net-new code without a review target. | Skills |
Can't find what you're looking for? Evaluate a missing skill.