Skip to content

Skills Marketplace

Browse 2,653 skills across 124 packs and 30 categories

Showing 2461–2520 of 2,653 skills

Refactoring Patterns

112L

Safe refactoring techniques for autonomous agents — extract method/class, rename with propagation, dead code removal, simplifying conditionals, reducing duplication, maintaining backward compatibility, and refactoring in small verified steps.

Autonomous AgentsAutonomous Agent

Regex Pattern Crafting

85L

Writing correct and efficient regular expressions for code manipulation, including avoiding catastrophic backtracking, testing strategies, and knowing when regex is the wrong tool.

Autonomous AgentsAutonomous Agent

Responsive Design Implementation

81L

Building responsive layouts across devices using mobile-first approaches, flexbox and grid, fluid typography, container queries, and thorough cross-device testing.

Autonomous AgentsAutonomous Agent

Risk Assessment

84L

Evaluating risks before taking actions — classifying operations by reversibility, blast radius, and impact to decide when to proceed vs pause and confirm.

Autonomous AgentsAutonomous Agent

Rust Fundamentals

96L

Rust development patterns for agents working in Rust codebases — ownership, borrowing, lifetimes, Result/Option handling, traits, generics, error handling, cargo workspaces, and common idioms.

Autonomous AgentsAutonomous Agent

Scope Control

144L

Staying focused on what was actually requested — avoiding feature creep, not refactoring code you were not asked to touch, minimal viable changes, recognizing gold-plating, asking before expanding scope, and the discipline of "good enough."

Autonomous AgentsAutonomous Agent

Scope Discipline

95L

Resisting the urge to over-engineer, gold-plate, and bundle unrequested changes with simple fixes

Autonomous AgentsAutonomous Agent

Search Implementation

94L

Adding search functionality to applications including full-text search, Elasticsearch/Algolia/Meilisearch patterns, indexing strategies, relevance tuning, and autocomplete.

Autonomous AgentsAutonomous Agent

Secret Management

77L

Handling secrets and credentials safely throughout the development lifecycle

Autonomous AgentsAutonomous Agent

Security Awareness

95L

Security considerations during code generation — avoiding injection vulnerabilities, secrets management, input validation, safe defaults, recognizing insecure patterns, and OWASP top 10 awareness.

Autonomous AgentsAutonomous Agent

Self-Correction

112L

How to detect, diagnose, and recover from mistakes during autonomous execution without cascading failures

Autonomous AgentsAutonomous Agent

Semantic Code Search

73L

Finding code by meaning and concept rather than exact text matches

Autonomous AgentsAutonomous Agent

Serverless Patterns

104L

Building serverless applications with Lambda/Cloud Functions, including cold start optimization, event-driven design, state management, and deployment automation.

Autonomous AgentsAutonomous Agent

Session and Cookie Management

115L

Managing sessions and cookies correctly including cookie attributes, session stores, security hardening, consent handling, and token-based alternatives.

Autonomous AgentsAutonomous Agent

Shell Command Safety

101L

Executing shell commands safely and effectively, including proper quoting, exit code handling, avoiding destructive operations, and cross-platform compatibility.

Autonomous AgentsAutonomous Agent

Specification Interpretation

98L

Correctly interpreting user requirements by reading between the lines, identifying gaps, and building accurate mental models of intent

Autonomous AgentsAutonomous Agent

SQL Optimization

94L

Writing efficient SQL queries — index design, EXPLAIN analysis, join optimization, CTEs vs subqueries, pagination techniques, aggregate optimization, parameterized queries, and connection pooling.

Autonomous AgentsAutonomous Agent

State Machine Patterns

127L

Using state machines for complex workflows — state definition, transitions, guard conditions, hierarchical states, and knowing when a state machine is the right abstraction.

Autonomous AgentsAutonomous Agent

State Management Across Sessions

115L

Maintaining coherent progress and context across context window boundaries and separate agent sessions

Autonomous AgentsAutonomous Agent

Structured Output Generation

77L

Producing well-structured, parseable output in formats like JSON, YAML, and TOML with correct syntax, schema adherence, and validation.

Autonomous AgentsAutonomous Agent

Sycophancy Resistance

69L

Pushing back on bad ideas instead of blindly executing user requests that will cause problems

Autonomous AgentsAutonomous Agent

Table and List Rendering

86L

Building performant data tables and lists with virtualization, sorting, and responsive patterns

Autonomous AgentsAutonomous Agent

Task Decomposition

87L

How to break complex tasks into atomic subtasks with dependency awareness, scope estimation, and ambiguity handling

Autonomous AgentsAutonomous Agent

Technical Debt Assessment

72L

Identifying, quantifying, and communicating technical debt with actionable remediation plans

Autonomous AgentsAutonomous Agent

Test-Driven Workflow

72L

Using tests to drive autonomous development through red-green-refactor cycles, leveraging test failures as navigation signals, and building confidence through coverage.

Autonomous AgentsAutonomous Agent

Test Writing

121L

Writing effective tests autonomously — test structure (arrange-act-assert), choosing what to test, edge cases, mocking strategies, integration vs unit decisions, test naming, avoiding brittle tests, and testing error paths.

Autonomous AgentsAutonomous Agent

Tool Selection

146L

Choosing the right tool for each subtask based on cost-benefit analysis, parallelization opportunities, and thoroughness calibration

Autonomous AgentsAutonomous Agent

Type System Usage

82L

Leveraging type systems effectively across languages including TypeScript, Python, Go, and Rust for safer, more expressive, and self-documenting code.

Autonomous AgentsAutonomous Agent

Advanced TypeScript

99L

Advanced TypeScript patterns for agents — generic types, conditional types, mapped types, discriminated unions, type guards, utility types, declaration files, strict mode, and module resolution.

Autonomous AgentsAutonomous Agent

Undo Redo Implementation

91L

Implementing undo/redo functionality with command patterns, state history, and memory efficiency

Autonomous AgentsAutonomous Agent

URL Routing Patterns

85L

Implementing URL routing in web applications with RESTful design and modern patterns

Autonomous AgentsAutonomous Agent

Web Research Synthesis

79L

Effective web research techniques including query formulation, source evaluation, cross-referencing, and synthesizing findings into actionable intelligence.

Autonomous AgentsAutonomous Agent

Webhook Integration

95L

Implementing and consuming webhooks with endpoint security, signature verification, idempotency handling, retry logic, payload validation, and dead letter queues.

Autonomous AgentsAutonomous Agent

WebSocket Implementation

109L

Real-time communication with WebSockets including connection lifecycle, reconnection strategies, heartbeat patterns, room/channel design, scaling, authentication, and graceful disconnection handling.

Autonomous AgentsAutonomous Agent

YAML and TOML Processing

116L

Working with YAML and TOML configuration formats including multiline strings, anchors, TOML tables, comment preservation, common YAML gotchas, and format selection guidance.

Autonomous AgentsAutonomous Agent

Tech Conference Speaking Specialist

143L

Get accepted to tech conferences and deliver memorable talks — CFP writing,

Tech Content & CreatorTech Content

Developer Community Building Specialist

139L

Build and manage a developer community — Discord servers, forums, meetups,

Tech Content & CreatorTech Content

Developer Content Strategy

142L

Build a multi-platform content strategy as a developer — choosing platforms,

Tech Content & CreatorTech Content

Developer LinkedIn Strategist

121L

Build a professional developer presence on LinkedIn — posting strategy, content

Tech Content & CreatorTech Content

Developer Twitter/X Strategist

136L

Build a developer presence on Twitter/X — threads, engagement, networking,

Tech Content & CreatorTech Content

Open Source Marketing Specialist

141L

Promote an open source project — README optimization, launch strategy, community

Tech Content & CreatorTech Content

Tech Newsletter Specialist

156L

Build and grow a technical newsletter on Substack, Beehiiv, ConvertKit, or

Tech Content & CreatorTech Content

Tech Podcast Strategist

119L

Launch and grow a tech podcast — format selection, guest booking, episode structure,

Tech Content & CreatorTech Content

Technical Blogging Specialist

123L

Write compelling technical blog posts that teach, build authority, and drive traffic.

Tech Content & CreatorTech Content

Technical Writing Portfolio Specialist

183L

Build a portfolio of technical writing that showcases your expertise — docs,

Tech Content & CreatorTech Content

Technical Writing Specialist

115L

Write clear, accurate technical documentation including API docs, user guides,

Tech Content & CreatorTech Content

YouTube Tech Channel Specialist

170L

Build and grow a YouTube channel for tech content — tutorials, code walkthroughs,

Tech Content & CreatorTech Content

Comparative Religion Scholar

74L

Comparative religion scholar who analyzes similarities, differences, and connections across world religions with academic rigor and respectful treatment of all traditions.

Religion & SpiritualityReligion Spirituality

Interfaith Dialogue Facilitator

113L

Interfaith dialogue facilitator who helps organize and navigate respectful conversations across religious traditions, finding common ground while honoring genuine differences.

Religion & SpiritualityReligion Spirituality

Meditation and Prayer Practices Guide

195L

Meditation and prayer practices guide across religious traditions, offering practical instruction in contemplative techniques from Christian, Islamic, Jewish, Buddhist, Hindu, and other spiritual paths.

Religion & SpiritualityReligion Spirituality

Religious Education Curriculum Designer

133L

Religious education curriculum designer who creates age-appropriate, engaging lesson plans for faith-based learning environments across traditions, balancing formation with critical thinking.

Religion & SpiritualityReligion Spirituality

Religious History Specialist

123L

Religious history specialist covering the development, spread, schisms, and cultural impact of major world religions from antiquity to the present day.

Religion & SpiritualityReligion Spirituality

Sacred Text Study and Hermeneutics Guide

94L

Sacred text study and hermeneutics guide who helps readers engage deeply with scriptures from multiple traditions using scholarly, literary, and devotional methods of interpretation.

Religion & SpiritualityReligion Spirituality

Sermon and Homily Writing Specialist

102L

Sermon and homily writing specialist who helps craft compelling, scripturally grounded messages using proven homiletic techniques and audience-aware communication.

Religion & SpiritualityReligion Spirituality

Spiritual Direction and Pastoral Counseling Specialist

112L

Spiritual direction and pastoral counseling specialist who provides guidance on prayer, discernment, faith formation, and navigating spiritual struggles with compassion and appropriate boundaries.

Religion & SpiritualityReligion Spirituality

Theology and Apologetics Specialist

138L

Theology and apologetics specialist who helps build coherent theological frameworks, engage philosophical arguments about religious claims, and navigate dialogue with skepticism constructively.

Religion & SpiritualityReligion Spirituality

Worship and Liturgy Design Specialist

132L

Worship and liturgy design specialist who helps plan meaningful worship services, write prayers, select music, and create rituals that blend tradition with contemporary relevance.

Religion & SpiritualityReligion Spirituality

Dharma Ethics Specialist

70L

Apply ancient Hindu ethical frameworks from the Ramayana and Mahabharata as

Philosophy & EthicsPhilosophy Ethics

Eastern Philosophy Specialist

115L

Eastern philosophy specialist covering Confucianism, Taoism, Zen Buddhism, Vedanta, and Jainism, with practical wisdom on meditation, ethics, and the integration of Eastern and Western thought.

Philosophy & EthicsPhilosophy Ethics

Applied Ethics Specialist

80L

Applied ethics specialist skilled in major ethical frameworks, moral dilemma analysis, and practical decision-making across professional, bioethical, technological, and environmental domains.

Philosophy & EthicsPhilosophy Ethics