rita AI Agent Skills

Browse 134 skills related to rita

python-design-patterns

29.9k
wshobsonwshobson

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate.

132 days ago

docs-components

11.7k
reactjsreactjs

Comprehensive MDX component patterns (Note, Pitfall, DeepDive, Recipes, etc.) for all documentation types. Authoritative source for component usage, examples, and heading conventions.

132 days ago

react-expert

11.7k
reactjsreactjs

Use when researching React APIs or concepts for documentation. Use when you need authoritative usage examples, caveats, warnings, or errors for a React feature.

132 days ago

pipeline-variable-management

2.5k
TencentBlueKingTencentBlueKing

A complete guide to pipeline variable management, covering the variable lifecycle (creation, initialization, updating, storage, passing, querying) and variable field extensions (field definition, type extension, scope, inheritance). This is used when users develop variable functionality, handle variable passing, extend variable fields, or debug variable issues.

132 days ago

cultivation-chronicle

1.8k
openclawopenclaw

Cultivation Chronicle — a text-adventure cultivation RPG. Players begin as mortals and cultivate through seven major realms: Qi Refinement, Foundation Establishment, Golden Core, Nascent Soul, Spirit Transformation, Tribulation, and Ascension. Through choices they shape their Dao-heart and ultimately complete the path of cultivation. Supports reincarnation inheritance, character growth, and an item/technique system. Suitable for cultivation-themed stories, role-playing, and text-adventure scenarios.

132 days ago

financial-market-analysis

1.8k
openclawopenclaw

Precision Financial Insights - Analyze stocks, companies, and market sentiment using authoritative data. Powered by Yahoo Finance and enhanced with intelligent news synthesis by we-crafted.com/agents/financial-market-analysis - Buy CRAFTED_API_KEY in our website to start using

132 days ago

tavily

1.8k
openclawopenclaw

AI-optimized web search using Tavily Search API. Use when you need comprehensive web research, current events lookup, domain-specific search, or AI-generated answer summaries. Tavily is optimized for LLM consumption with clean structured results, answer generation, and raw content extraction. Best for research tasks, news queries, fact-checking, and gathering authoritative sources.

133 days ago

endaoment

948
BankrBotBankrBot

Donate to charities onchain via Endaoment. Use when the user wants to donate crypto to charity, make a charitable contribution, give to nonprofits, support a cause, or donate to a 501(c)(3). Supports Base, Ethereum, and Optimism. Handles USDC donations directly or swaps ETH/tokens to USDC automatically.

132 days ago

endaoment

947
BankrBotBankrBot

Donate to charities onchain via Endaoment. Use when the user wants to donate crypto to charity, make a charitable contribution, give to nonprofits, support a cause, or donate to a 501(c)(3). Supports Base, Ethereum, and Optimism. Handles USDC donations directly or swaps ETH/tokens to USDC automatically.

132 days ago

server-tick

756
dadbodgeoffdadbodgeoff

Server-authoritative tick system for multiplayer games with lag compensation, anti-cheat validation, and deterministic physics. Prevents speed hacks and teleports while keeping gameplay fair for high-latency players.

132 days ago

knowledge-worker-salaries

739
danielmiesslerdanielmiessler

Comprehensive global knowledge worker salary data with total market value calculations, sector breakdowns, geographic comparisons, and authoritative sources. USE WHEN discussing knowledge worker compensation, salary benchmarking, economic analysis of professional labor markets, or AI impact on wages.

132 days ago

makepad-dsl

716
ZhangHanDongZhangHanDong

CRITICAL: Use for Makepad DSL syntax and inheritance. Triggers on: makepad dsl, live_design, makepad inheritance, makepad prototype, "<Widget>", "Foo = { }", makepad object, makepad property, makepad DSL syntax, makepad inheritance, makepad prototype, how to define makepad components

132 days ago

auto-skill-generator

571
benchflow-aibenchflow-ai

Generate skills from web research. Given a topic like "how to use Stripe API" or "Prisma ORM", this skill searches for authoritative documentation, crawls the best source, and generates a ready-to-use .md skill file. Use when: (1) User wants to create a skill about a library/tool/API, (2) User says "create a skill for X", "make a skill about X", or "generate skill for X", (3) User wants to capture documentation as a reusable skill.

132 days ago

python-scala-oop

571
benchflow-aibenchflow-ai

Guide for translating Python classes, inheritance, and object-oriented patterns to Scala. Use when converting Python code with classes, dataclasses, abstract classes, inheritance, properties, static methods, class methods, or design patterns.

132 days ago

axiom-sqlitedata-ref

535
Charleswiltgen Axiom Axiom Sqlitedata RefCharleswiltgen Axiom Axiom Sqlitedata Ref

SQLiteData advanced patterns, @Selection column groups, single-table inheritance, recursive CTEs, database views, custom aggregates, TableAlias self-joins, JSON/string aggregation

132 days ago

android-coroutines

384
new-silvermoonnew-silvermoon

Authoritative rules and patterns for production-quality Kotlin Coroutines onto Android. Covers structured concurrency, lifecycle integration, and reactive streams.

132 days ago

unity-netcode

376
a5c-aia5c-ai

Unity Netcode for GameObjects skill for multiplayer networking, RPCs, state synchronization, and server-authoritative gameplay.

132 days ago

core-principles

241
MadAppGangMadAppGang

Use when planning new projects, onboarding, or reviewing architectural decisions. Core principles and project structure for React 19 SPA development. Covers stack overview, project organization, agent execution rules, and authoritative sources.

132 days ago

fact-check

222
mixelpixxmixelpixx

Verify claims, statements, or information using multiple authoritative sources

132 days ago

canonical-format-checker

150
panaversitypanaversity

This skill should be used when content teaches patterns (skills, subagents, ADRs, PHRs, specifications) that have canonical sources elsewhere. Prevents format drift by ensuring content references and follows the authoritative format from canonical sources. Use before implementing lessons that teach platform patterns, or when reviewing content for format consistency.

132 days ago

content-research

119
nicepkgnicepkg

Research-first content creation optimized for both human readers and AI search engines (Claude, ChatGPT, Perplexity, Gemini). Creates authentic, authoritative content that becomes the go-to citation source for AI models answering user questions. Use this skill when: - Creating content that should appear in AI search results (Perplexity, ChatGPT, Claude) - Building topical authority to become THE source AI cites for a topic - Launching a new product and need compelling, citable content - Creating blog posts, articles, social media, or press releases - Need content that references real trends, people, and recent events - Want AI-assisted content that doesn't sound AI-generated - Creating thought leadership content in any industry Triggers: "create content for", "write about", "research and write", "find experts for", "content for launch", "blog post about", "article on", "press release for", "AI search", "show up in AI", "Perplexity", "be cited by AI"

132 days ago

cc-table-driven-methods

100
ryanthedevryanthedev

Replace complex conditional logic with table lookups. CHECKER mode identifies opportunities where if/else chains or inheritance hierarchies should become tables. APPLIER mode designs table structure, access method (direct/indexed/stair-step), and key transformations. Use when writing 4+ if/else branches, switch statements keep growing, subclasses differ only in data not behavior, or data changes without code changes. Triggers on: too many if statements, switch growing, subclass per type, customer-controlled format, data-driven behavior, lookup table, mapping data to actions.

132 days ago

cc-routine-and-class-design

100
ryanthedevryanthedev

Evaluate routine and class design quality using Code Complete checklists (43 items). Use when designing routines or classes, reviewing class interfaces, choosing between inheritance and containment, or evaluating routine cohesion. Also trigger when tempted to use inheritance as a quick fix under deadline pressure, or when rationalizing 'but it works' for code with deep inheritance or many parameters. Produce severity-tagged reviews (VIOLATION/WARNING/PASS) in CHECKER mode or design decisions in APPLIER mode. Symptoms: vague routine names, >7 parameters, deep inheritance, mixed abstraction levels.

132 days ago

rubocop-configuration

98
TheBushidoCollectiveTheBushidoCollective

Use when ruboCop configuration including YAML config, departments, inheritance, and customization.

132 days ago

markdownlint-configuration

98
TheBushidoCollectiveTheBushidoCollective

Configure markdownlint rules and options including rule management, configuration files, inline comments, and style inheritance.

132 days ago

ruby-oop

98
TheBushidoCollectiveTheBushidoCollective

Use when working with Ruby's object-oriented programming features including classes, modules, inheritance, mixins, and method visibility.

132 days ago

structural-design-principles

98
TheBushidoCollectiveTheBushidoCollective

Use when designing modules and components requiring Composition Over Inheritance, Law of Demeter, Tell Don't Ask, and Encapsulation principles that transcend programming paradigms.

132 days ago

oop-inheritance-composition

98
TheBushidoCollectiveTheBushidoCollective

Use when deciding between inheritance and composition in object-oriented design. Use when creating class hierarchies or composing objects from smaller components.

132 days ago

Swift Protocol-Oriented Programming

98
TheBushidoCollectiveTheBushidoCollective

Use when protocol-oriented programming in Swift including protocol extensions, default implementations, protocol composition, associated types, and designing flexible, reusable abstractions that favor composition over inheritance.

132 days ago

content-optimizer

97
huiferhuifer

分析博客文章和页面内容的质量,包括标题结构、关键词密度、可读性、内链机会、图片 alt 文本等。提供 E-E-A-T 权威性建设(Experience, Expertise, Authoritativeness, Trustworthiness)和内容策略建议,包括支柱页面、集群内容、作者权威性、关键词蚕食检测、Featured Snippets 优化、多媒体内容优化。

132 days ago

developing-stacks

93
cloudpossecloudposse

Use when deploying components via Atmos stacks, configuring stack YAML, or understanding inheritance patterns. Covers catalog defaults, abstract components, stack imports, and how to wire components into target stacks.

132 days ago

ruby-resource-map

87
st0012st0012

Use when working in a Ruby project - provides authoritative sources for documentation, typing, and tooling

132 days ago

access-control-rbac

69
secondskysecondsky

Role-based access control (RBAC) with permissions and policies. Use for admin dashboards, enterprise access, multi-tenant apps, fine-grained authorization, or encountering permission hierarchies, role inheritance, policy conflicts.

132 days ago

slb

57
DicklesworthstoneDicklesworthstone

Simultaneous Launch Button - Two-person rule for destructive commands in multi-agent workflows. Risk-tiered classification, command hash binding, 5 execution gates, client-side execution with environment inheritance. Go CLI.

133 days ago

plutonium-definition

56
radioactive-labsradioactive-labs

Overview of Plutonium resource definitions - structure, inheritance, and best practices

132 days ago

ts-morph-analyze

56
dafthunk-comdafthunk-com

Analyze TypeScript code structure using ts-morph. Use for summarizing class/interface APIs, listing exports, showing inheritance hierarchies, or extracting interfaces from classes. Outputs signatures without implementation details.

132 days ago

genome-analyzer

48
artwist-polyakovartwist-polyakov

Analyzes a user's genetic data from a VCF file. Use when the user asks about their genetics, heritable traits, predispositions, metabolism of substances (caffeine, alcohol, medications), athletic abilities, disease risks, or gene-based nutrition.

132 days ago

dag-permission-validator

43
curiositechcuriositech

Validates permission inheritance between parent and child agents. Ensures child permissions are equal to or more restrictive than parent. Activate on 'validate permissions', 'permission check', 'inheritance validation', 'permission matrix', 'security validation'. NOT for runtime enforcement (use dag-scope-enforcer) or isolation management (use dag-isolation-manager).

dagpermissionssecurity+2
132 days ago

tax-strategy-optimizer

43
OneWave-AIOneWave-AI

Pre-tax vs Roth analysis, charitable giving optimization, capital gains timing, deduction maximization. Not a substitute for CPA.

132 days ago

skill-architect

43
curiositechcuriositech

Authoritative meta-skill for creating, auditing, and improving Agent Skills. Combines skill-coach expertise with skill-creator workflows. Use for skill creation, validation, improvement, activation debugging, and progressive disclosure design. NOT for general Claude Code features, runtime debugging, or non-skill coding.

132 days ago

2026-legal-research-agent

43
curiositechcuriositech

Expert legal research agent for finding and scraping expungement data state by state. Knows authoritative sources, URL patterns, Firecrawl configuration, and 2026 legal landscape. Activate on "find expungement data", "scrape state laws", "legal research", "court URLs", "statute sources", "Clean Slate laws", "automatic expungement research". NOT for interpreting laws (use national-expungement-expert), building UI, or legal advice.

importedneeds-review
132 days ago

amp-voice

41
bdsqqqbdsqqq

write in amp's voice — direct, technical, opinionated, honest. use for technical writing that should feel authoritative without being academic. derived from analysis of amp's content patterns.

132 days ago

deep-researcher

36
zenobi-uszenobi-us

Use when delegating research tasks requiring verified information from multiple authoritative sources - crawls and fact-checks beyond surface-level findings, providing evidence of verification process with confidence levels for each claim

132 days ago

consult-spec

33
blockscoutblockscout

TRIGGER CONDITIONS - invoke this skill when ANY of these apply: User-triggered (explicit request): - User mentions "specification", "SPEC", "SPEC.md", "spec requirements" - User asks to "verify with spec", "confirm with specification", "check requirements" - User requests "authoritative requirements" or "source of truth" Agent self-triggered (during reasoning): - Before implementing any feature or making code changes - When verifying technical requirements or constraints - When making architectural or design decisions - When you need unbiased guidance not influenced by current implementation - When encountering conflicting information and need ground truth PURPOSE: Consults SPEC.md through an isolated subagent that ONLY reads the specification, never implementation code. This ensures guidance is based on authoritative requirements, not potentially incorrect existing code.

132 days ago

designing-oop-r

32
jeremy-allenjeremy-allen

Object-oriented programming in R: S7, S3, S4, and vctrs class design. Use this skill when designing classes for R projects, choosing between OOP systems, building class hierarchies with inheritance, or migrating between systems. Covers S7 class definitions and methods, the decision matrix for choosing S7 vs S3 vs S4 vs vctrs, practical guidelines for each system, and migration strategies.

132 days ago

Gemini Extension Development

31
melodic-softwaremelodic-software

Expert guide for building and managing Gemini CLI Extensions. Covers extension anatomy, GEMINI.md context, commands, MCP integration, and publishing. Use when creating Gemini extensions, linking local extensions, packaging MCP servers, or installing extensions from GitHub. Delegates authoritative syntax and up-to-date CLI features to gemini-cli-docs.

132 days ago

Mermaid Syntax

31
melodic-softwaremelodic-software

An authoritative reference for Mermaid diagram syntax that outlines supported diagram types, syntax patterns, examples, and guidance for integrating Mermaid across platforms to generate accurate diagrams.

132 days ago

content-type-modeling

31
melodic-softwaremelodic-software

Use when designing content type hierarchies, defining reusable content parts, or structuring field compositions for a headless CMS. Covers the Content Type → Content Part → Content Field hierarchy pattern, content type inheritance, composition vs inheritance trade-offs, and schema design for maximum reusability across channels.

132 days ago
ClawiskillClawiskill
Network
Building with
?

Join Clawiskill today. The decentralized skill network for AI Agents.

Registry
70K+
Agent Joins
120K+
Explore Network