Back to categories
Category

Agent Skills in category: Uncategorized

72243 skills match this category. Browse curated collections and explore related Agent Skills.

openharmony-security-review

Use when reviewing OpenHarmony C++ system service code for security vulnerabilities, particularly IPC handlers, multithreaded components, or code handling sensitive user data

openharmonyinsight
openharmonyinsight
133

ohos-chromium-security-review

|

openharmonyinsight
openharmonyinsight
133

openharmony-ut

|

openharmonyinsight
openharmonyinsight
133

review-gitcode-pr

Review a GitCode pull request from a PR number or URL when `oh-gc` must fetch PR metadata, diff, and comments, local repository code must be inspected for context, and the output should be concrete findings or a GitCode submission draft. Use for GitCode PR review or comment-submission requests that depend on `oh-gc`. Do not use for generic local review, GitHub/GitLab flows, or automatic submission without explicit user confirmation.

openharmonyinsight
openharmonyinsight
133

xts-generator

Generate OpenHarmony XTS (Compatibility Test Suite) test cases from API documentation. Use when generating or modifying XTS test files (.ets) for OpenHarmony API testing, including: (1) Creating new test files from API documentation, (2) Adding test cases for new methods, (3) Generating tests for enum types, (4) Creating optional parameter combination tests, (5) Writing exception/boundary test cases. This skill enforces strict type safety (no `any`/`unknown`), proper error handling (single error code assertions), and Hypium test framework conventions.

openharmonyinsight
openharmonyinsight
133

code-conventional-commit

Generate and validate conventional commit messages following the conventionalcommits.org spec. Use whenever the user wants to commit code, mentions commit messages, git commit, or asks to create a commit. Triggers on "commit", "git commit", "conventional", or when reviewing commit message format.

martinffx
martinffx
192

code-debug

>

martinffx
martinffx
192

code-docs

>

martinffx
martinffx
192

code-git-worktrees

Use when starting feature work that needs isolation from current workspace - creates isolated git worktrees with smart directory selection and safety verification. Triggers on worktree, git worktree, isolated workspace, or creating a new branch for feature work.

martinffx
martinffx
192

code-perf

>

martinffx
martinffx
192

code-review

Multi-agent code review with parallel specialized reviewers, architecture validation, and challenge validation. Use `rq` to request a review of diffs (defaults to main branch), `rs` to respond to PR feedback. Triggers on "review this", "review my code", "code review", "check for bugs", "audit this", when examining PRs, pull requests, branches, or diffs. Supports line-by-line PR comments via gfreview with severity prefixes (Blocker/Issue/Suggestion/Nit). Always asks user before applying fixes or posting responses.

martinffx
martinffx
192

code-security

>

martinffx
martinffx
192

code-stacked-commit

Manage stacked commits using Graphite. Use when the user wants to create multiple stacked commits, manage a commit stack, sync with remote, or submit PRs from a stack. Triggers on "stacked", "stack", "gt ", "graphite", or when working with multiple related commits.

martinffx
martinffx
192

code-subagents

>

martinffx
martinffx
192

oracle-architect

DDD and hexagonal architecture with functional core pattern. Use when designing features, modeling domains, breaking down tasks, or understanding component responsibilities.

martinffx
martinffx
192

oracle-challenge

Challenge an approach with critical thinking. Use when questioning assumptions, validating decisions, testing approach validity, or preventing automatic agreement.

martinffx
martinffx
192

oracle-testing

Stub-Driven TDD and layer boundary testing. Use when writing tests, deciding what to test, or testing at component boundaries.

martinffx
martinffx
192

oracle-thinkdeep

Extended reasoning analysis using sequential thinking. Use for deep exploration, comprehensive analysis, complex decisions, or when you need fresh perspectives on difficult problems.

martinffx
martinffx
192

python-architecture

Python application architecture with functional core, effectful shell, DDD, and data modeling. Use when designing application layers, separating pure business logic from IO, defining domain models, implementing validation, or structuring bounded contexts.

martinffx
martinffx
192

python-build-tools

Python project tooling with uv, mise, ruff, basedpyright, and pytest. Use when setting up pyproject.toml, running builds, typechecking, configuring tests, linting, formatting, or managing Python environments.

martinffx
martinffx
192

python-fastapi

Building REST APIs with FastAPI, Pydantic validation, and OpenAPI. Use when creating routes, handling requests, designing endpoints, implementing validation, error responses, pagination, or generating API documentation.

martinffx
martinffx
192

python-modern-python

Modern Python language features and typing patterns. Use when writing type hints, using generics, implementing pattern matching, working with async/await, or leveraging Python 3.10+ features.

martinffx
martinffx
192

python-monorepo

Python monorepo architecture with uv workspaces, mise, and apps/packages pattern. Use when setting up project structure, configuring workspaces, managing dependencies across packages, or designing multi-app Python repositories.

martinffx
martinffx
192

python-sqlalchemy

SQLAlchemy ORM patterns for Python database access. Use when defining models, writing queries, implementing upserts, working with JSON columns, or managing database sessions.

martinffx
martinffx
192

python-temporal

Temporal workflow orchestration in Python. Use when designing workflows, implementing activities, handling retries, managing workflow state, or building durable distributed systems.

martinffx
martinffx
192

python-testing

Stub-Driven TDD and layer boundary testing with pytest. Use when writing tests, deciding what to test, testing at component boundaries, or implementing test-driven development.

martinffx
martinffx
192

spec-finish

>

martinffx
martinffx
192

spec-implement

>

martinffx
martinffx
192

spec-install

>

martinffx
martinffx
192

spec-orchestrator

>

martinffx
martinffx
192

spec-plan

>

martinffx
martinffx
192

spec-research

>

martinffx
martinffx
192

typescript-api-design

REST API design patterns. Use when designing endpoints, error responses, pagination, versioning, or API structure. Framework-agnostic principles for building consistent, maintainable APIs.

martinffx
martinffx
192

typescript-build-tools

TypeScript project tooling with Bun, tsgo, Vitest, Biome, and Turborepo. Use when setting up package.json scripts, running builds, typechecking, configuring tests, linting, formatting, or orchestrating monorepo development.

martinffx
martinffx
192

typescript-drizzle-orm

Type-safe SQL with Drizzle ORM in TypeScript. Use when defining database schemas, writing queries, setting up relations, running migrations, or working with PostgreSQL/MySQL/SQLite/Cloudflare D1/Durable Objects data layers.

martinffx
martinffx
192

typescript-dynamodb-toolbox

DynamoDB single-table design using dynamodb-toolbox v2. Use when creating entities, defining key patterns, designing GSIs, writing queries, implementing pagination, or working with any DynamoDB data layer in TypeScript projects.

martinffx
martinffx
192

typescript-effect-ts

Type-safe functional effects with Effect-TS. Use when building applications with Effect, using Effect.gen generators, handling typed errors, managing services with Layer and Context.Tag, validating data with Schema, or managing resources with acquireRelease.

martinffx
martinffx
192

typescript-fastify

Building REST APIs with Fastify in TypeScript. Use when creating routes, handling requests, implementing validation with TypeBox, structuring applications, or working with HTTP handlers and plugins.

martinffx
martinffx
192

typescript-functional-patterns

Functional programming patterns for reliable TypeScript. Use when modeling state machines, discriminated unions, Result/Option types, branded types, or building type-safe domain models.

martinffx
martinffx
192

typescript-testing

TypeScript testing patterns with Vitest and MSW. Use when writing unit tests, mocking APIs, creating typed mocks for dependency injection, or using snapshot testing.

martinffx
martinffx
192

academic-research

Conduct deep academic research for philosophy, neuroscience, cognitive science, and theoretical computer science (computability, complexity, AI theory, logic). Use when user asks to: research academic topics, find scholarly papers, conduct literature reviews, analyze citations, synthesize research findings, explore philosophical arguments, investigate consciousness/cognition, study computability/decidability/Turing machines, or analyze academic debates. Triggers on: 'research papers', 'literature review', 'academic sources', 'scholarly articles', 'philosophy of mind', 'computability theory', 'neuroscience studies', 'find papers on', 'what does the research say'.

chrislemke
chrislemke
11

aesthetics

Master aesthetics - philosophy of beauty, art, and aesthetic experience. Use for: beauty, art theory, taste, sublime, creativity. Triggers: 'beauty', 'beautiful', 'aesthetic', 'art', 'sublime', 'creativity', 'taste', 'artistic', 'expression', 'representation', 'aesthetic experience', 'aesthetic judgment', 'art definition', 'Kant aesthetics', 'formalism', 'expressionism'.

chrislemke
chrislemke
11

african-ubuntu

Master African philosophical traditions including Ubuntu, Africana philosophy, and postcolonial thought. Use for: communitarian ethics, personhood, African metaphysics, decolonial philosophy. Triggers: 'Ubuntu', 'African philosophy', 'Africana', 'communitarian', 'postcolonial', 'decolonial', 'sage philosophy', 'ethnophilosophy', 'Negritude', 'African humanism', 'ubuntu ethics', 'communalism', 'African ontology', 'personhood Africa', 'I am because we are'.

chrislemke
chrislemke
11

AgentDB Advanced Features

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.

chrislemke
chrislemke
11

AgentDB Learning Plugins

Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.

chrislemke
chrislemke
11

AgentDB Memory Patterns

Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.

chrislemke
chrislemke
11

AgentDB Performance Optimization

Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.

chrislemke
chrislemke
11

AgentDB Vector Search

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.

chrislemke
chrislemke
11

agentic-jujutsu

Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination

chrislemke
chrislemke
11

analytic-philosophy

Master Analytic philosophy methods, debates, and key figures. Use for: logical analysis, philosophy of language, philosophy of mind, metaphysics, epistemology in the analytic tradition. Triggers: 'analytic', 'Frege', 'Russell', 'Wittgenstein', 'logical positivism', 'Vienna Circle', 'possible worlds', 'modal logic', 'qualia', 'functionalism', 'physicalism', 'Kripke', 'Putnam', 'Davidson', 'Quine', 'ordinary language', 'thought experiment', 'conceptual analysis', 'naturalism', 'supervenience'.

chrislemke
chrislemke
11

Page 174 of 1445 · 72243 results