← all publishers

Agentient

@agentient source repo

63 published skills

  1. Python Advanced Profiling And Optimization · agentient
    Advanced Python profiling and optimization techniques
    2
    installs
  2. Python Backend Opentelemetry Instrumentation · agentient
    OpenTelemetry instrumentation for Python backend services including FastAPI and Flask. PROACTIVELY activate for: (1) Setting up OpenTelemetry in Python, (2) Auto-instrumenting FastAPI, (3) Creating manual spans, (4) Log correlation with traces, (5) Exporter configuration. Triggers: "opentelemetry python", "otel python", "flask trace", "fastapi trace", "setup-tracing", "python tracing"
    2
    installs
  3. Typescript Prop Definition · agentient
    TypeScript interface conventions, JSDoc comments, generics, utility types, and cva + VariantProps patterns. Keywords: "props", "interface", "types", "typescript", "generics", "VariantProps"
    2
    installs
  4. Web Accessibility Patterns · agentient
    Web accessibility patterns: semantic HTML, ARIA attributes, keyboard navigation, screen reader support, focus management. Keywords: "accessibility", "a11y", "aria", "screen reader", "keyboard", "semantic html"
    2
    installs
  5. Nextjs Project Scaffolding · agentient
    Opinionated Next.js 14+ project structure and configuration. Use when scaffolding new projects, setting up folder structure, or configuring tsconfig.json, eslint, prettier. Activated by keywords: "new project", "scaffold", "initialize", "project structure", "setup".
    2
    installs
  6. Firebase Nextjs Integration Strategies · agentient
    Next.js 14+ App Router integration with Firebase, including server/client SDK separation, data fetching in Server Components, real-time listeners, middleware patterns, and optimistic updates with caching. Keywords: "nextjs", "app router", "server component", "client component", "middleware", "integration"
    2
    installs
  7. Nextjs App Router File Conventions · agentient
    Special file conventions in Next.js 14+ App Router (page, layout, loading, error, route). Use when creating pages, layouts, API routes, or understanding file-based routing. Keywords: "new page", "layout", "loading state", "error boundary", "api route", "file convention".
    2
    installs
  8. React Component Architecture Rsc · agentient
    React Server Components vs Client Components decision framework with composition patterns. PROACTIVELY activate for: (1) deciding when to use 'use client' directive, (2) implementing island architecture with small client leaves, (3) passing server data to client components. Triggers: "server component", "client component", "use client"
    2
    installs
  9. Typescript Code Review And Linting · agentient
    ESLint configuration, TypeScript type safety rules, and React-specific linting patterns. PROACTIVELY activate for: (1) Setting up ESLint for TypeScript, (2) Fixing type safety issues, (3) React-specific linting rules, (4) Resolving TypeScript compiler errors, (5) Code review for anti-patterns. Triggers: "eslint", "typescript", "type checking", "refactor", "ts review", "no-explicit-any", "ts-ignore"
    2
    installs
  10. Advanced Caching Strategies · agentient
    Multi-layer caching strategies for full-stack applications
    2
    installs
  11. Architectural Decision Records · agentient
    [STUB - Not implemented] Lightweight architectural decision tracking in Markdown (ADR) format. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
    2
    installs
  12. C4 Model Architecture Diagrams · agentient
    [STUB - Not implemented] C4 model diagrams for layered architecture visualization (Context, Container, Component, Code). PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
    2
    installs
  13. Typescript Type Safe API Contracts · agentient
    TypeScript patterns for type-safe API contracts with strict typing and Zod integration. PROACTIVELY activate for: (1) designing type-safe API interfaces, (2) creating Zod schemas for validation, (3) implementing generic response wrappers. Triggers: "api design", "type safety", "zod validation"
    2
    installs
  14. Firestore Security Rules Generation · agentient
    Firestore Security Rules patterns for user-scoped access, RBAC, and field validation. PROACTIVELY activate for: (1) implementing user-scoped data access rules, (2) setting up role-based access with custom claims, (3) validating fields and enforcing immutability. Triggers: "security rules", "rbac", "firestore rules"
    2
    installs
  15. Framer Motion Interactive Animation · agentient
    Framer Motion animations including motion components, gestures, entrance/exit, and scroll triggers. PROACTIVELY activate for: (1) adding hover and tap animations, (2) implementing entrance/exit transitions with AnimatePresence, (3) creating scroll-triggered animations. Triggers: "animate", "framer motion", "whileHover"
    2
    installs
  16. Firebase Admin Sdk Server Integration · agentient
    Server-side Firebase Admin SDK patterns for Next.js 14+ with secure initialization and token verification. PROACTIVELY activate for: (1) setting up Admin SDK with server-only protection, (2) implementing custom claims for RBAC, (3) verifying tokens in middleware. Triggers: "admin sdk", "server-only", "custom claims"
    2
    installs
  17. Nextjs Rsc Performance Patterns · agentient
    Performance optimization patterns for Next.js 14+ React Server Components
    2
    installs
  18. Zustand Slices Pattern For Scalability · agentient
    Slice pattern for organizing large Zustand stores with separation of concerns. PROACTIVELY activate for: (1) splitting large stores into feature slices, (2) composing multiple slices into a root store, (3) implementing cross-slice actions. Triggers: "zustand slice", "large store", "modular state"
    2
    installs
  19. Cost Optimized Log Trace Sampling · agentient
    Sampling strategies for logs and traces to optimize costs while maintaining observability. PROACTIVELY activate for: (1) Configuring trace sampling, (2) Log volume reduction, (3) Head-based vs tail-based sampling, (4) Priority-based sampling, (5) Cost optimization. Triggers: "sampling", "trace sampling", "log sampling", "cost optimization", "head-based", "tail-based", "sample rate"
    2
    installs
  20. React Concurrency And Memoization · agentient
    React 18+ concurrency features and advanced memoization techniques
    2
    installs
  21. Browser Runtime Performance Profiling · agentient
    Browser runtime profiling with Chrome DevTools and Core Web Vitals optimization. PROACTIVELY activate for: (1) Using Chrome Performance panel, (2) Analyzing flame charts, (3) Diagnosing long tasks, (4) Core Web Vitals optimization, (5) Memory profiling. Triggers: "devtools", "performance panel", "lighthouse", "flame graph", "jank", "long task", "fps", "layout thrashing", "core web vitals"
    2
    installs
  22. Nextjs Opentelemetry Instrumentation · agentient
    OpenTelemetry distributed tracing for Next.js 14+ App Router applications. PROACTIVELY activate for: (1) Setting up OpenTelemetry in Next.js, (2) Creating instrumentation.ts, (3) Manual span creation, (4) Client-side tracing, (5) Vercel integration. Triggers: "opentelemetry", "otel", "tracing", "nextjs instrumentation", "rsc trace", "setup-tracing", "span", "tracer"
    2
    installs
  23. Cross Platform Structured Logging · agentient
    Unified JSON logging across Next.js, Python, and Firebase Functions
    2
    installs
  24. Full Stack Error Tracking With Sentry · agentient
    Sentry integration for error tracking across Next.js, Python, and Firebase. PROACTIVELY activate for: (1) Setting up Sentry SDK, (2) Configuring error boundaries, (3) Adding custom context to errors, (4) Source map configuration, (5) Release tracking. Triggers: "sentry", "error tracking", "error boundary", "exception monitoring", "crash reporting", "source maps"
    2
    installs
  25. Distributed Tracing Context Propagation · agentient
    W3C Trace Context propagation across service boundaries for distributed tracing. PROACTIVELY activate for: (1) Implementing trace context propagation, (2) Cross-service correlation, (3) Setting up traceparent headers, (4) Baggage propagation, (5) Multi-service debugging. Triggers: "distributed tracing", "trace context", "traceparent", "correlation", "span", "baggage", "propagation"
    2
    installs
  26. Frontend Bundle Analysis And Optimization · agentient
    Bundle analysis and optimization strategies for Next.js applications
    2
    installs
  27. Python Testing Patterns · agentient
    Pytest fixtures, parametrization, mocking, and test organization patterns. PROACTIVELY activate for: (1) Writing pytest test suites, (2) Creating fixtures, (3) Implementing parametrized tests, (4) Mocking external dependencies, (5) Organizing test directories. Triggers: "pytest", "fixture", "parametrize", "mock", "python test", "unittest", "conftest"
    2
    installs
  28. QA Strategy And Metrics · agentient
    Testing pyramid, quality metrics, and technical debt management strategies. PROACTIVELY activate for: (1) Designing testing strategy, (2) Evaluating code quality metrics, (3) Managing technical debt, (4) Analyzing test coverage approaches, (5) Calculating complexity. Triggers: "testing strategy", "testing pyramid", "quality metrics", "technical debt", "cyclomatic complexity", "maintainability", "coverage principles"
    2
    installs
  29. Rsc Composition Patterns · agentient
    React Server Components architecture patterns for Next.js 14+ with server-first development. PROACTIVELY activate for: (1) deciding Server vs Client Component boundaries, (2) composing components with 'use client', (3) managing interactivity patterns. Triggers: "server component", "client component", "'use client'"
    2
    installs
  30. Tailwind Utility Styling · agentient
    Tailwind CSS utility-first styling with mobile-first responsive design and CSS variables. PROACTIVELY activate for: (1) implementing mobile-first responsive layouts, (2) using semantic CSS variables for theming, (3) creating component variants with cva. Triggers: "tailwind", "responsive", "dark mode"
    2
    installs
  31. Create Documentation · agentient bundle
    Generate reader-centered documentation aligned with the Diátaxis framework and optimized for cognitive load management. Creates tutorials, how-to guides, explanations, and reference documentation with multi-layer quality validation. PROACTIVELY activate for: (1) Write tutorials for learning new skills, (2) Create how-to guides for specific tasks, (3) Write explanations for understanding concepts, (4) Generate reference documentation for APIs or features, (5) Document systems, features, or processes, (6) Create user guides or onboarding documentation. Triggers: "write documentation for", "create docs", "document this", "write a tutorial for", "how-to guide for", "explain [concept]", "reference documentation for", "API docs for", "user guide for", "document the", "create documentation"
    2
    installs
  32. Zod Firestore Type Safety · agentient
    End-to-end type safety for Firestore using Zod schemas with withConverter API. PROACTIVELY activate for: (1) implementing Firestore converters with Zod validation, (2) ensuring runtime validation at application boundaries, (3) evolving schemas safely. Triggers: "zod converter", "firestore type safety", "withConverter"
    2
    installs
  33. Rhf Zod Schema Integration · agentient
    React Hook Form v7 with zodResolver integration for type-safe validated forms. PROACTIVELY activate for: (1) creating forms with useForm and zodResolver, (2) implementing field registration with spread syntax, (3) handling form state and errors. Triggers: "react hook form", "useForm", "zodResolver"
    2
    installs
  34. MCP Protocol Compliance Testing · agentient
    Test JSON-RPC 2.0 protocol compliance and Pydantic schema validation for MCP servers. PROACTIVELY activate for: (1) writing MCP server tests, (2) protocol compliance validation, (3) async tool testing. Triggers: "mcp testing", "protocol compliance", "pytest asyncio"
    2
    installs
  35. Python 3 13 Patterns · agentient
    Modern Python 3.13 development patterns and syntax. Use this skill when working with Python 3.13 code, async/await patterns, modern type annotations, structural pattern matching, or when implementing concurrent operations. PROACTIVELY use for: async functions, match/case statements, context managers, decorators, generators, and Python 3.13-specific features.
    2
    installs
  36. Shadcn Component Scaffolding · agentient
    shadcn/ui CLI usage, component installation, and composition patterns with file ownership philosophy. PROACTIVELY activate for: (1) adding shadcn/ui components via CLI, (2) composing multi-part components, (3) customizing component variants. Triggers: "shadcn", "add component", "components.json"
    2
    installs
  37. Python Code Review And Linting · agentient
    Ruff linting rules, security patterns, mypy type checking, and Python code review best practices. PROACTIVELY activate for: (1) Setting up Ruff linting, (2) Fixing security vulnerabilities, (3) Resolving mypy type errors, (4) Code review for anti-patterns, (5) Python best practices enforcement. Triggers: "ruff", "lint", "refactor", "security", "anti-pattern", "python review", "mypy", "type error"
    2
    installs
  38. Nextjs App Router Data Fetching · agentient
    Data fetching patterns for Next.js 14+ App Router including async Server Components and Server Actions. PROACTIVELY activate for: (1) fetching data in Server Components, (2) implementing Server Actions for mutations, (3) configuring caching and revalidation. Triggers: "fetch data", "server action", "revalidate"
    2
    installs
  39. Zod Schema Type Inference Chain · agentient
    Zod v4 schema definition patterns with the Type Inference Chain for absolute type safety. PROACTIVELY activate for: (1) defining Zod schemas as single source of truth, (2) using z.infer for type generation, (3) implementing safe parsing with safeParse. Triggers: "zod", "schema", "z.infer"
    2
    installs
  40. Zustand V5 Typed Store Creation · agentient
    Zustand v5 store creation with curried function syntax and TypeScript typing patterns. PROACTIVELY activate for: (1) creating typed Zustand stores with v5 syntax, (2) integrating persist and devtools middleware, (3) using useShallow for performance. Triggers: "zustand", "create store", "global state"
    2
    installs
  41. Type Hints Best Practices · agentient
    Type hints best practices with mypy strict mode for Python 3.13. Use this skill when writing type annotations, configuring mypy, or ensuring static type safety. PROACTIVELY use for: type annotations, mypy configuration, Generic types, Protocol definitions, TypeAlias, strict type checking. Keywords: type hints, mypy, typing, Generic, Protocol, TypeAlias, strict mode, type checking.
    2
    installs
  42. Firebase Authentication Patterns · agentient
    Firebase Authentication implementation patterns including sign-in flows, OAuth, and session management. PROACTIVELY activate for: (1) implementing sign-in/sign-up flows, (2) setting up OAuth providers like Google, (3) creating protected routes with middleware. Triggers: "auth", "sign-in", "oauth"
    2
    installs
  43. Firestore Data Modeling Patterns · agentient
    Firestore data modeling best practices including subcollections, document structure, and atomic operations. PROACTIVELY activate for: (1) designing Firestore collection structures, (2) choosing between subcollections vs root collections, (3) implementing transactions vs batched writes. Triggers: "subcollection", "data model", "firestore"
    2
    installs
  44. Vertex AI Sdk · agentient
    Vertex AI SDK patterns for configuring Gemini models including generation parameters, safety settings, streaming responses, and function calling. PROACTIVELY activate for: (1) model configuration and temperature settings, (2) safety controls and streaming implementation, (3) Vertex AI endpoint selection and function calling. Triggers: "gemini config", "model parameters", "streaming response"
    2
    installs
  45. Adk Fundamentals · agentient
    Foundational knowledge for creating ADK (Agent Development Kit) agents including environment setup, project structure, and basic agent scaffolding. PROACTIVELY activate for: (1) new ADK agent creation, (2) ADK project setup and environment configuration, (3) AdkApp initialization and understanding core ADK architecture. Triggers: "create adk agent", "new agent", "setup adk"
    2
    installs
  46. Prompt Engineering · agentient
    Best practices for engineering high-quality system prompts for AI agents with emphasis on XML structure, clarity, few-shot examples, and token efficiency. PROACTIVELY activate for: (1) system prompt creation and optimization, (2) instruction clarity improvement and few-shot example design, (3) XML tag structure implementation and prompt templates. Triggers: "system prompt", "optimize prompt", "prompt engineering"
    2
    installs
  47. Optimize Prompt · agentient
    Transform prompts into optimized, production-ready versions. PROACTIVELY activate for: (1) prompt engineering, (2) prompt improvement, (3) making prompts more effective, (4) prompt debugging. Triggers: "optimize prompt", "improve prompt", "better prompt", "fix prompt", "prompt engineering", "refine prompt", "enhance prompt"
    2
    installs
  48. Pytest Patterns · agentient
    Modern pytest test structure with fixtures, parametrization, and the AAA pattern. PROACTIVELY activate for: (1) Writing new pytest test suites, (2) Creating test fixtures, (3) Implementing parametrized tests, (4) Testing async code, (5) Organizing tests with conftest.py. Triggers: "pytest", "test", "fixture", "parametrize", "mock", "assert", "conftest", "test coverage"
    2
    installs
  49. Agent Orchestration · agentient
    Multi-agent orchestration patterns including coordinator agents, LlmAgent vs WorkflowAgent selection, agent-as-tool pattern, and inter-agent communication via session state. PROACTIVELY activate for: (1) multi-agent systems and agent coordination, (2) sub-agent delegation and agent-as-tool implementation, (3) workflow orchestration with LlmAgent and WorkflowAgent. Triggers: "multi-agent", "orchestration", "agent team"
    2
    installs
  50. Research Brief · agentient
    Generate multi-LLM research design with optimized prompts for each model. PROACTIVELY activate for: (1) research planning, (2) competitive analysis, (3) market research, (4) technology evaluation, (5) strategic research. Triggers: "research brief", "research design", "research plan", "competitive analysis", "market research", "multi-model research"
    2
    installs
  51. Secure Headers · agentient
    [STUB - Not implemented] Secure HTTP headers configuration including CSP, HSTS, X-Frame-Options, and SameSite cookies. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
    2
    installs
  52. Pydantic V2 Strict · agentient
    Pydantic V2 data modeling with strict mode enforcement for type safety. PROACTIVELY activate for: (1) Creating data models or schemas, (2) Validating API request/response types, (3) Building configuration classes, (4) Defining data contracts, (5) Implementing DTOs. Triggers: "pydantic", "BaseModel", "ConfigDict", "Field", "validator", "model_dump", "strict mode", "data model"
    2
    installs
  53. Intelligent Ingestion · agentient
    [STUB - Not implemented] Intelligent document chunking and ingestion with multiple strategies for Vertex AI RAG Engine. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
    2
    installs
  54. Security Testing · agentient
    [STUB - Not implemented] Security testing strategies including vulnerability scanning and penetration testing guidance. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
    2
    installs
  55. Evaluate Schema · agentient
    Comprehensive database schema analysis using 5-expert panel evaluation. PROACTIVELY activate for: (1) schema review, (2) data modeling decisions, (3) database design evaluation, (4) migration planning, (5) normalization analysis. Triggers: "evaluate schema", "review schema", "database design", "data model review", "schema analysis", "evaluate database"
    2
    installs
  56. RAG Patterns · agentient
    Vertex AI RAG Engine integration patterns for grounding agent responses in private data sources including corpus management, retrieval tool creation, and citation extraction. MUST BE USED for: RAG pipeline integration, Vertex AI RAG Engine setup, corpus creation, document ingestion, retrieval tool configuration, and grounding metadata parsing. Keywords: add rag, rag pipeline, vertex ai search, grounding, corpus, retrieval, citations, RagCorpus, Tool.from_retrieval, grounding_metadata.
    2
    installs
  57. Owasp Code Analysis · agentient
    [STUB - Not implemented] OWASP Top 10 2021 vulnerability detection including injection, XSS, and security misconfiguration. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
    2
    installs
  58. Consolidate Research · agentient bundle
    Consolidate and synthesize research outputs from multiple AI models or sources into a unified, pattern-aware, provenance-enriched report with quality metrics. Use when the user has research outputs to consolidate, wants to synthesize multiple reports, asks to "consolidate", "synthesize", or "merge" research findings, or needs to reconcile conflicting information from different sources. Works with outputs from Claude, Gemini, GPT-5.2, or any combination of AI/human sources. Supports manifest-driven (from create-research-brief) and standalone operation.
    2
    installs
  59. Research Interviewer · agentient bundle
    Systematic knowledge elicitation through structured interviewing with epistemic confidence tracking, MECE coverage verification, and bias-protected questioning. PROACTIVELY activate for: (1) Gather research requirements, (2) Elicit problem statements, (3) Extract domain knowledge, (4) Clarify research goals, (5) Generate requirements through discovery. Triggers: "interview me", "elicit knowledge", "extract information", "research interview", "gather requirements", "conduct interview", "knowledge extraction"
    2
    installs
  60. Async Patterns · agentient
    Async/await patterns with comprehensive error handling and resource cleanup for Python 3.13. Use this skill when implementing asynchronous code, concurrent operations, or working with async libraries. PROACTIVELY use for: async functions, asyncio tasks, aiohttp requests, async context managers, concurrent API calls, background tasks. Keywords: async, await, asyncio, concurrent, aiohttp, gather, create_task, timeout.
    2
    installs
  61. MCP Advanced Tool Patterns · agentient
    For long-running operations, stream results incrementally with progress reporting. PROACTIVELY activate for: (1) streaming tool results, (2) tool orchestration, (3) cancellation and timeout handling. Triggers: "streaming", "tool orchestration", "progress reporting"
    2
    installs
  62. Test Coverage Analysis · agentient
    Test coverage analysis, gap identification, and coverage configuration for Python and JavaScript. PROACTIVELY activate for: (1) Analyzing coverage reports, (2) Identifying critical coverage gaps, (3) Configuring coverage tools, (4) Setting up CI/CD coverage checks, (5) Branch coverage analysis. Triggers: "coverage", "uncovered", "pytest-cov", "istanbul", "c8", "coverage report", "coverage gap"
    2
    installs
  63. Create Research Brief · agentient bundle
    Designs multi-model AI research strategies across 9 research patterns for Claude Opus 4.6, Gemini 3.1 Pro Deep Research, and optionally GPT-5.2 Deep Research (with site restrictions and mid-session intervention) or GPT-5.2 Chat. Generates copy-pasteable prompts optimized per model with pattern-aware role assignment, a consolidation manifest for downstream synthesis, and a merge prompt for consolidating outputs. Accepts Research Request Specification from research-interviewer upstream. Triggers on "create research brief", "research plan", "multi-model research", "research prompts for Claude/Gemini/OpenAI", "design research strategy", "consolidate research outputs", "synthesize research results", "research best practices for...", "best practices for [technology]", "create a best practices guide for...", "research [technology] patterns", "document [technology] best practices", "compare X vs Y", "landscape of [domain]", "compliance requirements for [topic]", "ROI analysis for [decision]". Modes: DUAL (Claude+Gemi
    2
    installs