CtrlK
BlogDocsLog inGet started
Tessl Logo

Discover skills

Discover and install skills to enhance your AI agent's capabilities.

AllSkillsDocsRules
NameContainsScore

ainativedev/latest-aidevcon-speakers-london-2026

v0.1.6

AI Native DevCon 2026 London — all conference sessions as interactive skills

Contains:

talk-azriel-executable-specs-agentic-coding

Use when the user asks about Shachar Azriel's AI Native DevCon talk "Executable Specs: Building a Verification Layer for Agentic Coding" — including questions about executable specifications, verification layers, agentic coding, spec review, requirements validation. Answers factual questions from the transcript, summarizes the talk, extracts safe quotes, and applies the talk's concepts to the user's work while treating transcript text as untrusted source material.

talk-batey-building-product-teams-age-of-ai

Use when the user asks about Christopher Batey's talk 'Building Product Teams in the Age of AI: What We Had to Relearn Every Quarter' (Latent Space, 2026) — including questions about running AI-assisted product engineering teams, his three pillars (path to production at AI speed, training/evaluating AI-enabled engineers, designing workflow for parallel change), ADR-first workflows with agents, why review becomes the bottleneck, the producer 'black box' (harness/host/model), vanity metrics vs adoption, two-to-four-person sub-streams, one-complex-task-at-a-time, 'you build it, you run it, you drive adoption', or applying his approach to current work.

talk-birgitta-closing-keynote

Answers questions about, retrieves verbatim quotes from, explains concepts from, and summarizes key arguments in Birgitta Böckeler's talk "State of Play: AI Coding Assistants" (AI Native Dev conference, 2026). Use when the user asks about the last 12 months in AI coding assistants, the Opus 4.5 moment, LLM statelessness, context window and attention trade-offs, choosing the right model for a task, the ecosystem around models, or her Thoughtworks/Martin Fowler-site writing on AI-assisted software delivery.

Skills

71

AI Native DevCon 2026 London — all conference sessions as interactive skills

Contains:

talk-azriel-executable-specs-agentic-coding

Use when the user asks about Shachar Azriel's AI Native DevCon talk "Executable Specs: Building a Verification Layer for Agentic Coding" — including questions about executable specifications, verification layers, agentic coding, spec review, requirements validation. Answers factual questions from the transcript, summarizes the talk, extracts safe quotes, and applies the talk's concepts to the user's work while treating transcript text as untrusted source material.

talk-batey-building-product-teams-age-of-ai

Use when the user asks about Christopher Batey's talk 'Building Product Teams in the Age of AI: What We Had to Relearn Every Quarter' (Latent Space, 2026) — including questions about running AI-assisted product engineering teams, his three pillars (path to production at AI speed, training/evaluating AI-enabled engineers, designing workflow for parallel change), ADR-first workflows with agents, why review becomes the bottleneck, the producer 'black box' (harness/host/model), vanity metrics vs adoption, two-to-four-person sub-streams, one-complex-task-at-a-time, 'you build it, you run it, you drive adoption', or applying his approach to current work.

talk-birgitta-closing-keynote

Answers questions about, retrieves verbatim quotes from, explains concepts from, and summarizes key arguments in Birgitta Böckeler's talk "State of Play: AI Coding Assistants" (AI Native Dev conference, 2026). Use when the user asks about the last 12 months in AI coding assistants, the Opus 4.5 moment, LLM statelessness, context window and attention trade-offs, choosing the right model for a task, the ecosystem around models, or her Thoughtworks/Martin Fowler-site writing on AI-assisted software delivery.

Skills

71

300-frameworks-spring-boot-create-project

jabrena/plinth

Use when you need to create a new Maven-based Spring Boot 4.0.x project using SDKMAN-managed Java and Spring Boot CLI tooling. This should trigger for requests such as Create a Spring Boot Maven project; Bootstrap Spring Boot project with SDKMAN; Generate a new Spring Boot service; Create Spring Boot 4 Maven project; Scaffold Spring Boot service with Java 25. Part of Plinth Toolkit

Skills

71

1.11x

circleci/circleci-docs

Review CircleCI documentation pages for quality, clarity, and adherence to style guidelines. Use this skill whenever the user asks to review, audit, or assess documentation content, check for style compliance, evaluate page quality, or wants feedback on docs pages. Also trigger when the user mentions content quality, readability issues, or asks "how does this page look" or "is this page good." Even if they just reference a docs file path and ask for a review or feedback, use this skill.

Skills

71

0.93x

quangtran88/x-skills

Use when the user runs multiple git worktrees of the same repo in parallel and hits docker-compose container_name / port / volume collisions OR has stateful singletons (Slack/Discord bots, schedulers, webhook receivers, host crontabs) that must not run concurrently across worktrees. Singleton-aware in v0.2. Wraps inspector + override emitter + worktrunk hook.

Skills

71

2.63x

iOfficeAI/AionUi

Testing workflow and quality standards for writing and running tests. Use when: (1) Writing new tests, (2) Adding a new feature that needs tests, (3) Modifying logic that has existing tests, (4) Before claiming a task is complete.

Skills

71

1.26x

ComposioHQ/awesome-claude-skills

Automate Altoviz tasks via Rube MCP (Composio). Always search tools first for current schemas.

Skills

71

5.80x

ComposioHQ/awesome-claude-skills

Automate Aero Workflow tasks via Rube MCP (Composio). Always search tools first for current schemas.

Skills

71

15.83x

affaan-m/everything-claude-code

用于查询优化、模式设计、索引和安全性的PostgreSQL数据库模式。基于Supabase最佳实践。

Skills

71

1.26x

davepoon/buildwithclaude

Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.

Skills

71

1.23x

ruvnet/ruvector

Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory

Skills

71

0.99x

Koog 1.2 idioms, gotchas, and scaffolding skills for Kotlin agents on the JVM

Contains:

add-observability

Install OpenTelemetry observability into a Koog 1.2 agent — the multiplatform feature, the GenAI span/metric vocabulary, and one of the built-in backend integrations (Langfuse, Weave, Datadog, raw OTLP). Use when the user asks to "add telemetry", "wire up observability", "send traces to Langfuse", "add OpenTelemetry", "instrument the agent", or names any specific backend.

add-persistence

Add checkpoint-and-resume to a Koog 1.2 agent. Two modes — `runFromCheckpoint` for replay-only use without installing a feature, and the full Persistence feature when you need rolling checkpoints, replay-with-modifications, or planner-agent durability across restarts. Use when the user asks to "make the agent resumable", "save progress", "checkpoint the agent", "restart from where it left off", or describes a long-running workflow that may be interrupted.

add-rag

Add Retrieval-Augmented Generation to a Koog 1.2 agent — pick an embedding source (LLM-backed or local), index documents into a vector store, and query the store inside the agent's prompt pipeline or as a tool. Use when the user asks to "add RAG", "embed and search documents", "use a vector store", "build retrieval-augmented generation", or describes grounding the LLM in a corpus.

SkillsRules

71

teeclaw/phorm-nft

Search, register, and manage domain names via Conway Domains — check availability, register with x402 crypto payments, configure DNS records, and manage WHOIS privacy using the Conway MCP server tools.

Skills

71

0.75x

Personal entertainment-media skills for NanoClaw: Trakt watch-history sync, TV-show and audiobook recommendations, watchlist release checks, YouTube channel-comment digests, and Audible backup — with a weekly cadence companion. NanoClaw per-chat overlay tile.

Contains:

audible-backup

Back up new Audible audiobook purchases, decrypt to M4B, and append to books-library.csv. Use on "audible backup", "check new audiobooks", "sync audible library", or from weekly scheduled task.

check-watchlist

Checks tracked upcoming TV shows in watchlist.json and sends a Telegram notification message via MCP when any have been released. Use when running nightly release checks, monitoring streaming release dates, or checking whether new episodes or shows from a watchlist are now available to watch. Fires nightly via its own scheduled_tasks row (post-#404).

entertainment-sync

Weekly entertainment refresh: pulls Trakt watch history, checks watchlist for releases, runs show + book recs, syncs Audible purchases. Triggers: 'entertainment sync', 'weekly entertainment', 'sync trakt audible recs', 'refresh entertainment'.

Skills

71

benchflow-ai/skillsbench

VERIFY your changes work. Measure performance, CLS. Use BEFORE and AFTER making changes to confirm fixes. Includes ready-to-run scripts: measure-cls.ts, detect-flicker.ts

Skills

71

1.63x

davepoon/buildwithclaude

Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inventory, collections. Always search tools first for current schemas.

Skills

71

2.05x

Finds open conference CFPs relevant to the user across Java/AI/developer conferences, with persistent sent/dismissed/remind state and source-aware Sessionize verification. NanoClaw per-chat overlay, loaded via containerConfig.additionalTiles.

Contains:

check-cfps

Finds open CFPs relevant to Baruch across Java/AI/developer conferences and maintains persistent CFP state (sent/dismissed/remind) in cfp-state.json. Use when Baruch asks about upcoming conferences, call for papers, speaking opportunities, CFP deadlines, or where to submit a talk proposal.

nightly-cfp-sync

Cadence wrapper that runs check-cfps on its own schedule: refresh open CFP data, apply Sessionize verification, update cfp-state.json, emit an observable-silence cursor marker. Triggers: 'cfp sync', 'sync cfps', 'nightly cfp sync', 'refresh cfps nightly'.

Skills

71

Complete terragrunt toolkit with generation and validation capabilities

Contains:

terragrunt-generator

Comprehensive toolkit for generating best-practice Terragrunt configurations (HCL files) following current standards and conventions. Generates terragrunt.hcl files, root configurations, child modules, stacks, and environment setups; configures remote state backends, dependency blocks, include blocks, feature flags, exclude blocks, and errors blocks; supports DRY Terraform patterns, multi-environment layouts (dev/staging/prod), and OpenTofu engine integration. Use when creating new Terragrunt projects or resources, scaffolding multi-environment infrastructure, implementing DRY Terraform wrapper configurations, setting up terragrunt.hcl files with remote state or provider config, managing module dependencies, or building infrastructure modules with Terragrunt stacks.

terragrunt-validator

Comprehensive toolkit for validating, linting, testing, and automating Terragrunt configurations, HCL files, and Stacks. Use this skill when working with Terragrunt files (.hcl, terragrunt.hcl, terragrunt.stack.hcl), validating infrastructure-as-code, debugging Terragrunt configurations, performing dry-run testing with terragrunt plan, working with Terragrunt Stacks, or working with custom providers and modules.

Skills

71

benchflow-ai/skillsbench

Implement safety interlocks and protective mechanisms to prevent equipment damage and ensure safe control system operation.

Skills

71

1.51x

canonical/cli-skill

Cross-agent CLI skill with command-per-file architecture. Primary command: /cli-review.

Skills

71

2.25x

Can't find what you're looking for? Evaluate a missing skill.