Skip to content

LangbaseInc/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Awesome Skills

A curated list of practical Skills for enhancing workflows and capabilities of coding agents.


Contents

What Are Skills?

Skills are customizable workflows that teach AI assistants how to perform specific tasks according to your unique requirements. Skills enable AI assistants to execute tasks in a repeatable, standardized manner across different platforms and interfaces.

Skills work seamlessly with Command Code providing consistent, high-quality outputs that follow best practices and maintain code quality standards.

Skills

Software Development

  • artifacts-builder - Suite of tools for creating elaborate, multi-component HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui).
  • Brainstorming - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for validation, and saves design document.
  • Changelog Generator - Automatically creates user-facing changelogs from git commits by analyzing history and transforming technical commits into customer-friendly release notes.
  • MCP Builder - Guides creation of high-quality MCP (Model Context Protocol) servers for integrating external APIs and services with LLMs using Python or TypeScript.
  • Playwright - Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts, tests pages, fills forms, takes screenshots, checks responsive design, validates UX, tests login flows, and automates any browser task.
  • Receiving Code Review - Handles code review feedback with technical rigor and verification. Requires understanding before implementing, asks clarifying questions, and evaluates suggestions against codebase reality.
  • Requesting Code Review - Requests code review after completing tasks or major features. Dispatches subagent to catch issues before merging, ensuring work meets requirements.
  • Skill Creator - Provides guidance for creating effective AI Skills that extend capabilities with specialized knowledge, workflows, and tool integrations.
  • Using Git Worktrees - Activates after design approval. Creates isolated workspace on new branch, runs project setup, and verifies clean test baseline for feature work.
  • Webapp Testing - Tests local web applications using Playwright for verifying frontend functionality, debugging UI behavior, and capturing screenshots.
  • Writing Plans - Activates with approved design. Breaks work into bite-sized tasks (2-5 minutes each) with exact file paths, complete code, and verification steps.
  • Writing Skills - Test-driven development for creating and editing skills. Write test cases, watch them fail, write the skill, watch tests pass, and refactor to close loopholes.

Cloud Infrastructure & AWS

  • AWS Agentic AI - Bedrock AgentCore skill for building AI agents with AWS Bedrock, including service-specific documentation and cross-service patterns.
  • AWS CDK Development - Infrastructure as code development using AWS CDK with patterns, references, and validation scripts for stack management.
  • AWS Cost Operations - Cost optimization and operations management with CloudWatch alarms, operations patterns, and cost monitoring strategies.
  • AWS Serverless EDA - Serverless architecture and event-driven design patterns for building scalable, event-driven applications on AWS.

Cloudflare

  • Building MCP Server on Cloudflare - Build remote Model Context Protocol (MCP) servers on Cloudflare Workers with tools, OAuth authentication, and production deployment.
  • Building AI Agent on Cloudflare - Build AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.

Content & Communication

  • Content Research Writer - Assists in writing high-quality content by conducting research, adding citations, improving hooks, and providing section-by-section feedback.
  • Internal Comms - Helps write internal communications including 3P updates, company newsletters, FAQs, status reports, and project updates using company-specific formats.
  • Meeting Insights Analyzer - Analyzes meeting transcripts to uncover behavioral patterns including conflict avoidance, speaking ratios, filler words, and leadership style.
  • NotebookLM - Query Google NotebookLM notebooks directly for source-grounded, citation-backed answers from Gemini with browser automation, library management, and persistent authentication.

Visual Design & Media

  • Canvas Design - Creates beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, designs, and static pieces.
  • Image Enhancer - Improves image and screenshot quality by enhancing resolution, sharpness, and clarity for professional presentations and documentation.
  • Slack GIF Creator - Creates animated GIFs optimized for Slack with validators for size constraints and composable animation primitives.
  • Theme Factory - Applies professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages with 10 pre-set themes.
  • Video Downloader - Downloads videos from YouTube and other platforms for offline viewing, editing, or archival with support for various formats and quality options.
  • YouTube Transcript - Downloads transcripts and subtitles from YouTube videos using yt-dlp. Supports manual subtitles, auto-generated captions, and optional Whisper transcription fallback.

Business Operations

  • Brand Guidelines - Applies brand colors and typography to artifacts for consistent visual identity and professional design standards.
  • Competitive Ads Extractor - Extracts and analyzes competitors' ads from ad libraries to understand messaging and creative approaches that resonate.
  • Domain Name Brainstormer - Generates creative domain name ideas and checks availability across multiple TLDs including .com, .io, .dev, and .ai extensions.
  • Lead Research Assistant - Identifies and qualifies high-quality leads by analyzing your product, searching for target companies, and providing actionable outreach strategies.

Document Management

  • docx - Create, edit, analyze Word docs with tracked changes, comments, formatting.
  • pdf - Extract text, tables, metadata, merge & annotate PDFs.
  • pptx - Read, generate, and adjust slides, layouts, templates.
  • xlsx - Spreadsheet manipulation: formulas, charts, data transformations.

Data Analytics

Workflow Automation

  • File Organizer - Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures.
  • Invoice Organizer - Automatically organizes invoices and receipts for tax preparation by reading files, extracting information, and renaming consistently.
  • Raffle Winner Picker - Randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests with cryptographically secure randomness.

Getting Started

Using Skills with Command Code

Command Code is a coding agent designed with taste and attention to detail. To use skills with Command Code:

  1. Place the skill in your .commandcode/skills directory
  2. Command Code will automatically detect and activate relevant skills based on your task
  3. Skills enhance Command Code's capabilities with specialized knowledge and workflows

Skill Structure

Each skill is a folder containing a SKILL.md file with YAML frontmatter:

skill-name/
├── SKILL.md          # Required: Skill instructions and metadata
├── scripts/          # Optional: Helper scripts
├── templates/        # Optional: Document templates
└── resources/        # Optional: Reference files

Basic Skill Template

---
name: my-skill-name
description: A clear description of what this skill does and when to use it.
---

# My Skill Name

Detailed description of the skill's purpose and capabilities.

## When to Use This Skill

- Use case 1
- Use case 2
- Use case 3

## Instructions

[Detailed instructions for the AI assistant on how to execute this skill]

## Examples

[Real-world examples showing the skill in action]

Contributing

We welcome contributions! Please read our Contributing Guidelines for details on how to contribute to this project.

Join the Community

  • Follow us on X for updates and news.
  • Join our Discord for support and discussion.

About

A curated list of awesome Skills, resources, and tools for customizing coding agent workflows.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published