Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,795
总 Skills
40.0M
总安装量
2,458
贡献者
# Skill 仓库 描述 安装量
13651 bmad method daffy0208/ai-dev-standards
BMAD Method (Business Model and Architecture Design) Overview The BMAD Method bridges business strategy and technical architecture. It ensures your technical decisions support long-term business sustainability, not just immediate feature delivery. Core Insight: Your architecture IS your business model in code form. When to Use This Skill Use BMAD when: Starting a new product or major architectural redesign Technical decisions have direct revenue/cost implications Scaling challenges intersect wit...
66
13652 meme-scout kukapay/crypto-skills
This skill provides workflows for finding and analyzing trending meme coins on decentralized exchanges. Trending Tokens Discovery Timeframes Available - 5 minutes: [https://dexscreener.com/?rankBy=trendingScoreM5&order=desc](https://dexscreener.com/?rankBy=trendingScoreM5&order=desc) - 1 hour: [https://dexscreener.com/?rankBy=trendingScoreH1&order=desc](https://dexscreener.com/?rankBy=trendingScoreH1&order=desc) - 6 hours (default): [https://dexscreener.com/](https://dexscreener.com/) - ...
66
13653 vercel-react-best-practices secondsky/claude-skills
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
66
13654 kdp-listing-optimizer breverdbidder/life-os
KDP Listing Optimizer Create high-converting Amazon book listings using proven copywriting frameworks. Listing Anatomy & Character Limits Element Limit Impact Title 200 chars SEO + Click-through Subtitle 200 chars Keywords + Clarity Description 4,000 chars Conversion Backend Keywords 7 × 50 chars Discoverability Author Bio 2,000 chars Trust Editorial Reviews 1,200 chars each Social Proof Title Optimization Formula Structure: [Primary Keyword]: [Promise/Benefit] - [Differentiator] Examples: ❌ Wea...
66
13655 test-quality-analysis secondsky/claude-skills
Test Quality Analysis Expert knowledge for analyzing and improving test quality - detecting test smells, overmocking, insufficient coverage, and testing anti-patterns. Core Dimensions Correctness : Tests verify the right behavior Reliability : Tests are deterministic, not flaky Maintainability : Tests are easy to understand Performance : Tests run quickly Coverage : Tests cover critical code paths Isolation : Tests don't depend on external state Test Smells Overmocking Problem : Mocking too many...
66
13656 angular-best-practices-spartan alfredoperez/angular-best-practices
Angular Spartan UI Best Practices Spartan UI rules for headless components with Brain (behavior) and Helm (styling). Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Adding Spartan Brain directives for accessible behavior Styling components with Helm and Tailwind CSS Building dialogs, tabs, menus, or accordions with Spartan primitives Rules Rule Impact Description Configur...
66
13657 webhook-handler-patterns hookdeck/webhook-skills
Webhook Handler Patterns When to Use This Skill Following the correct webhook handler order (verify → parse → handle idempotently) Implementing idempotent webhook handlers Handling errors and configuring retry behavior Understanding framework-specific gotchas (raw body, middleware order) Building production-ready webhook infrastructure Resources Handler Sequence references/handler-sequence.md - Verify first, parse second, handle idempotently third Best Practices references/idempotency.md - Preve...
66
13658 setup-web-tests posthog/posthog
Claude Code for web — test setup This document describes how to set up and run Python tests in a Claude Code for web environment, where flox is not available. If you get stuck following these instructions, please bail out to the user and seek their guidance. Please suggest that they update this guide. Problem The project requires a specific Python version pinned in pyproject.toml (check requires-python ), but: Claude Code for web environments may have a different system Python version uv python ...
66
13659 mcp-patterns yonatangross/orchestkit
MCP Patterns Patterns for building, composing, and securing Model Context Protocol servers. Based on the 2025-11-25 specification — the latest stable release maintained by the Agentic AI Foundation (Linux Foundation), co-founded by Anthropic, Block, and OpenAI. Scaffolding a new server? Use Anthropic's mcp-builder skill ( claude install anthropics/skills ) for project setup and evaluation creation. This skill focuses on patterns, security, and advanced features after initial setup. Deploying to ...
66
13660 podcast-studio onewave-ai/claude-skills
Podcast Studio Generate podcast scripts from text content. Use Tone.js and Howler.js for audio mixing. Create intro/outro music, transitions, sound effects. Instructions You are an expert podcast producer. Transform written content into podcast scripts with audio timing, music cues, sound effects, and production notes. Output Format Podcast Studio Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be S...
66
13661 financial analyst eddiebe147/claude-settings
Financial Analyst Expert financial analysis agent that analyzes financial statements, builds financial models, evaluates investments, and provides data-driven recommendations. Specializes in ratio analysis, valuation, scenario modeling, budget analysis, and financial forecasting. This skill applies rigorous financial analysis frameworks, accounting principles, and valuation methodologies to support investment decisions, strategic planning, and financial health assessment. Perfect for due diligen...
66
13662 startup-trend-prediction vasilyu1983/ai-agents-public
Startup Trend Prediction Systematic framework for analyzing historical trends to predict future opportunities. Look back 2-3 years to predict 1-2 years ahead. Modern Best Practices (Jan 2026): Triangulate: require 3+ independent signals, including at least 1 primary source (standards, regulators, platform docs). Separate leading vs lagging indicators; don't overfit to social/media noise. Add hype-cycle defenses: falsification, base rates, and adoption constraints (distribution, budgets, compl...
66
13663 biome-developer biomejs/biome
Purpose This skill provides general development best practices, common gotchas, and Biome-specific patterns that apply across different areas of the codebase. Use this as a reference when you encounter unfamiliar APIs or need to avoid common mistakes. Prerequisites Basic familiarity with Rust Understanding of Biome's architecture (parser, analyzer, formatter) Development environment set up (see CONTRIBUTING.md) Common Gotchas and Best Practices Working with AST and Syntax Nodes DO: Use parser cr...
66
13664 rust-testing autumnsgrove/groveengine
Rust Testing Patterns Comprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology. When to Use Writing new Rust functions, methods, or traits Adding test coverage to existing code Creating benchmarks for performance-critical code Implementing property-based tests for input validation Following TDD workflow in Rust projects How It Works Identify target code — Find the function, trait, or module to test Write a test — Use [test] in a [cfg(test)] module, r...
66
13665 google-maps-api tivojn/google-maps-api-skill
Google Maps Platform - Universal API Skill Critical Behavior Rules These rules override all other instructions in this skill: Communicate blockers immediately. When ANY API call fails (403, REQUEST_DENIED, "not enabled", etc.), STOP and tell the user what happened in plain language. Do NOT silently work around it with web search or other fallbacks. Offer to fix it via Playwright (see "Guided API Enablement" section below). Ask before generating HTML. NEVER start writing an HTML page without aski...
66
13666 editorial-designer heyman333/atelier-ui
Editorial / Fashion UI Designer Role You are a senior digital product designer with a background in fashion editorials, magazine layouts, and premium lifestyle applications. You think like a fashion editor, not a UI kit designer. Your goal is to translate editorial aesthetics into calm, confident, and intentional digital interfaces. Target Context Target audience: 20s–30s urban users interested in fashion and lifestyle Primary platform: iOS-first mobile app Typical use cases: Fashion-based d...
66
13667 auth-security-expert oimiragieo/agent-studio
Auth Security Expert ⚠️ CRITICAL: OAuth 2.1 becomes MANDATORY Q2 2026 OAuth 2.1 consolidates a decade of security best practices into a single specification (draft-ietf-oauth-v2-1). Google, Microsoft, and Okta have already deprecated legacy OAuth 2.0 flows with enforcement deadlines in Q2 2026. Required Changes from OAuth 2.0 1. PKCE is REQUIRED for ALL Clients Previously optional, now MANDATORY for public AND confidential clients Prevents authorization code interception and injection attacks Co...
66
13668 dignified-python dagster-io/erk
Dignified Python Coding Standards Skill Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13). When to Use This Skill Auto-invoke when users ask about: "make this pythonic" / "is this good python" "type hints" / "type annotations" / "typing" "LBYL vs EAFP" / "exception handling" "pathlib vs os.path" / "path operations" "CLI patterns" / "click usage" "code review" / "improve this code" Any Python code quality or standards question Note...
66
13669 api-integration autumnsgrove/groveengine
API Integration Skill When to Activate Activate this skill when: Integrating external APIs Building API clients or wrappers Handling API authentication Implementing rate limiting Caching API responses Core Principles Respect rate limits - APIs are shared resources Secure authentication - Keys in secrets.json, never in code Handle errors gracefully - Implement retries and backoff Cache responses - Reduce redundant requests Authentication Setup secrets.json { "github_token" : "ghp_your_token_here"...
66
13670 market-sizer shipshitdev/library
Market Sizer - TAM/SAM/SOM Calculator Overview Market sizing specialist applying Hexa's practical market assessment methodology. Help founders determine if their target market is big enough using rigorous bottom-up AND top-down analysis. Hexa's Core Principle: "Make sure you can approximate how big the market is—ideally by confronting bottom-up and top-down analysis." When This Activates "how big is the market" TAM, SAM, or SOM questions "is the market big enough" Validating market opportunit...
66
13671 spa-routes lobehub/lobehub
SPA Routes and Features Guide SPA structure: src/spa/ – Entry points ( entry.web.tsx , entry.mobile.tsx , entry.desktop.tsx ) and router config ( router/ ). Router lives here to avoid confusion with src/routes/ . src/routes/ – Page segments only (roots). src/features/ – Business logic and UI by domain. This project uses a roots vs features split: src/routes/ only holds page segments; business logic and UI live in src/features/ by domain. When to Use This Skill Adding a new SPA route or route seg...
66
13672 better-auth-best-practices novuhq/novu
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
66
13673 cpa-codex-free aahl/skills
技能描述 此技能用于生成 CLI Proxy API 的认证文件,请确保已为openai域名分流至非中国地区。 环境变量 优先从工作空间下的 .env 获取,其次从系统环境变量获取。未配置时向用户索取并更新 .env 。 MAIL_API_KEY : 邮箱服务API密钥,默认 gpt-test 为官方测试密钥(每天20万额度),获取地址: https://shop.chatgpt.org.uk/buy/prod_1768420938389 CLI_PROXY_API_BASE : CPA Base URL CLI_PROXY_API_MKEY : CPA Management Key 工作流程 生成认证文件 uv scripts/main.py > { tempdir } / { temp-name } .json 上传至CPA服务 curl -X POST -H 'Content-Type: application/json' \ -H "Authorization: Bearer $CLI_PROXY_API_MKEY " \ " $CLI_PROXY_API_BASE /v0...
66
13674 prompt-optimizer chujianyun/skills
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
66
13675 research-strategy autumnsgrove/groveengine
Research Strategy Skill When to Activate Activate this skill when: Researching technology options Evaluating libraries or frameworks Investigating best practices Analyzing security concerns Making architectural decisions Performing codebase analysis Core Principles Research and report, don't implement Multiple sources beat single sources Document confidence levels for all findings Acknowledge knowledge gaps openly Present alternatives objectively 7-Step Research Methodology Define Research Quest...
66
13676 shopify-built-for-shopify tamiror6/shopify-app-skills
Built for Shopify Guidelines This skill enforces Shopify's Built for Shopify (BFS) quality standards during development to ensure apps meet the highest quality bar for the Shopify App Store. Reference: https://shopify.dev/docs/apps/launch/built-for-shopify/requirements Quick Compliance Checklist Use this checklist when reviewing code or building features: BFS Compliance Review: - [ ] App is embedded in Shopify admin (App Bridge) - [ ] Uses session token authentication - [ ] Primary workflows sta...
66
13677 agentic-workflow-guide aktsmm/agent-skills
Agentic Workflow Guide Design, review, and improve agent workflows based on proven principles. When to Use Action Triggers Create New .agent.md , workflow architecture, scaffolding Review Orchestrator not delegating, design principle check, context overflow Update Adding Handoffs, improving delegation, tool configuration Debug Agent not found, subagent not working, picker visibility, access control Core Principles → references/design-principles.md Tier Principles Essential SSOT, SRP, Simplicity ...
66
13678 8-bit-pixel-art-patterns theorcdev/8bitcn-ui
8-bit Pixel Art Patterns Create authentic pixelated borders and shadows using absolute-positioned divs. These patterns are essential for the retro aesthetic of 8-bit components. Pixelated Border Pattern Use 9 div elements to create a pixelated border effect: < div className = " relative " > < ShadcnButton { ... props } className = " rounded-none " /> { /* Corner pixels */ } < div className = " absolute top-0 left-0 size-1.5 bg-foreground " /> < div className = " absolute top-0 right-0 size-1.5 b...
66
13679 rag-agent-builder qodex-ai/ai-agent-skills
RAG Agent Builder Build powerful Retrieval-Augmented Generation (RAG) applications that enhance LLM capabilities with external knowledge sources, enabling accurate, contextualized AI responses. Quick Start Get started with RAG implementations in the examples and utilities: Examples: See examples/ directory for complete implementations: basic_rag.py - Simple chunk-embed-retrieve-generate pipeline retrieval_strategies.py - Hybrid search, reranking, and filtering agentic_rag.py - Agent-control...
66
13680 ado-pipeline-best-practices josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
66
13681 twenty vm0-ai/vm0-skills
Twenty CRM Open-source modern CRM platform. Manage people, companies, opportunities, notes, and tasks via REST or GraphQL API. Official docs: https://docs.twenty.com/developers/api-and-webhooks/api When to Use Use this skill when you need to: Manage contacts (people) and companies Track opportunities and deals Create notes and tasks Sync CRM data with other systems Query CRM metadata and custom fields Set up webhooks for CRM events Prerequisites Create an account at https://app.twenty.com/ ...
66
13682 stripe-sync andrelandgraf/fullstackrecipes
Stripe Subscriptions DB Sync To set up Stripe Subscriptions DB Sync, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/stripe-sync If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/stripe-sync
66
13683 marketing-strategist ncklrs/startup-os-skills
Marketing Strategist Strategic marketing expertise for building and scaling world-class B2B marketing organizations — from GTM strategy and product marketing to demand generation and brand building. Philosophy Marketing is not a cost center. It's a revenue engine that creates sustainable competitive advantage through strategic positioning, compelling narratives, and scalable demand systems. The best marketing organizations: Lead with strategy — Tactics without strategy is noise Own the narrative...
66
13684 nx-run-tasks nrwl/nx
You can run tasks with Nx in the following way. Keep in mind that you might have to prefix things with npx/pnpx/yarn if the user doesn't have nx installed globally. Look at the package.json or lockfile to determine which package manager is in use. For more details on any command, run it with --help (e.g. nx run-many --help , nx affected --help ). Understand which tasks can be run You can check those via nx show project <projectname> --json , for example nx show project myapp --json . It contains...
66
13685 ionic-design cap-go/capgo-skills
Ionic Framework Design Guide Build beautiful, native-looking mobile apps with Ionic Framework and Capacitor. When to Use This Skill User is using Ionic components User wants native-looking UI User asks about Ionic theming User needs mobile UI patterns User wants platform-specific styling What is Ionic Framework? Ionic provides: 100+ mobile-optimized UI components Automatic iOS/Android platform styling Built-in dark mode support Accessibility out of the box Works with React, Vue, Angular, or ...
66
13686 nx-generate nrwl/nx
Run Nx Generator Nx generators are powerful tools that scaffold projects, make automated code migrations or automate repetitive tasks in a monorepo. They ensure consistency across the codebase and reduce boilerplate work. This skill applies when the user wants to: Create new projects like libraries or applications Scaffold features or boilerplate code Run workspace-specific or custom generators Do anything else that an nx generator exists for Key Principles Always use --no-interactive - Prevents...
66
13687 configure yonatangross/orchestkit
/discord:configure — Discord Channel Setup Writes the bot token to ~/.claude/channels/discord/.env and orients the user on access policy. The server reads both files at boot. Arguments passed: $ARGUMENTS Dispatch on arguments No args — status and guidance Read both state files and give the user a complete picture: Token — check ~/.claude/channels/discord/.env for DISCORD_BOT_TOKEN . Show set/not-set; if set, show first 6 chars masked. Access — read ~/.claude/channels/discord/access.json (missing...
66
13688 us-gov-shutdown-tracker mann1988/awesome-claude-skills
US Government Shutdown Liquidity Tracker Onboarding Guidance When this skill is first used or when the user seems unsure how to use it or ask you to make something amazing with it, guide them to ask Claude this specific question: "美国政府停摆结束了吗? 对流动性的影响如何?" Do NOT suggest other questions or broad explorations. Keep the focus tightly on shutdown status and liquidity impact assessment. The skill is designed for this precise use case. Overview This skill analyzes how US government shutdowns create "st...
66
13689 banking-expert personamanagmentlayer/pcl
Expert guidance for banking systems, core banking platforms, regulatory compliance, and banking technology. Core Concepts Banking Systems - Core banking systems (CBS) - Account management - Transaction processing - Payment systems (ACH, SWIFT, SEPA) - Loan management - Risk management systems Regulations - Basel III/IV capital requirements - Know Your Customer (KYC) - Anti-Money Laundering (AML) - GDPR for banking - PSD2 (Payment Services Directive) - Dodd-Frank Act Key Techn...
66
13690 error-handling epicenterhq/epicenter
Error Handling with wellcrafted trySync and tryAsync Use trySync/tryAsync Instead of try-catch for Graceful Error Handling When handling errors that can be gracefully recovered from, use trySync (for synchronous code) or tryAsync (for asynchronous code) from wellcrafted instead of traditional try-catch blocks. This provides better type safety and explicit error handling. Related Skills: See services-layer skill for createTaggedError patterns. See query-layer skill for error transformation to W...
66
13691 legacy-modernizer 404kidwiz/claude-supercode-skills
Legacy Modernizer Senior legacy modernization specialist with expertise in transforming aging systems into modern architectures without disrupting business operations. Role Definition You are a senior legacy modernization expert with 15+ years of experience in incremental migration strategies. You specialize in strangler fig pattern, branch by abstraction, and risk-free modernization approaches. You transform legacy systems while maintaining zero downtime and ensuring business continuity. Wh...
66
13692 frontend-developer rmyndharis/antigravity-skills
You are a frontend development expert specializing in modern React applications, Next.js, and cutting-edge frontend architecture. Use this skill when Building React or Next.js UI components and pages Fixing frontend performance, accessibility, or state issues Designing client-side data fetching and interaction flows Do not use this skill when You only need backend API architecture You are building native apps outside the web stack You need pure visual design without implementation guidance Instr...
66
13693 git-master yeachan-heo/oh-my-claudecode
Git Mastery - Complete Git Expertise 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes ( \ ) in file paths, NOT forward slashes ( / ). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER crea...
66
13694 gemini-api-dev sickn33/antigravity-awesome-skills
Gemini API Development Skill Overview The Gemini API provides access to Google's most advanced AI models. Key capabilities include: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions Structured output - Generate valid JSON matching your schema Code execution - Run Python code in a sandboxed environment Context caching - Cache large contexts for efficiency Embeddings - Gene...
66
13695 travel-planner travisjneuman/.claude
Travel Planner Overview This skill transforms Claude into a comprehensive travel planning assistant that maintains your travel preferences and generates detailed, personalized trip plans including itineraries, budget breakdowns, packing lists, and cultural guidelines for any destination. When to Use This Skill Invoke this skill for travel-related tasks: Planning trips and creating itineraries Budget planning and expense tracking Destination research and recommendations Packing checklists Cul...
66
13696 groove-utilities-memory-log-git andreadellacorte/groove
groove-utilities-memory-log-git Outcome .groove/memory/git/YYYY-MM-DD-GIT-N.md is created with a git summary for the current session. N is auto-incremented based on existing files for that date. Acceptance Criteria File created at .groove/memory/git/YYYY-MM-DD-GIT-N.md with correct N Content includes commits since midnight, git status, and diff stats N does not collide with existing files for the same date File is suitable for inclusion in the same commit it describes Constraints Memory path is ...
66
13697 accessibility oimiragieo/agent-studio
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
66
13698 expo-mobile-app-rule oimiragieo/agent-studio
Expo Mobile App Rule Skill Navigation with Expo Router File-Based Routing Expo Router uses the file system for navigation: app/ _layout.tsx Root layout index.tsx Home screen (/) (tabs)/ Tab navigator group _layout.tsx Tab layout home.tsx /home profile.tsx /profile user/ [id].tsx Dynamic route /user/:id modal.tsx Can be presented as modal Root Layout // app/_layout.tsx import { Stack...
66
13699 condition-based waiting bobmatnyc/claude-mpm-skills
Condition-Based Waiting Overview Flaky tests often guess at timing with arbitrary delays. This creates race conditions where tests pass on fast machines but fail under load or in CI. Core principle: Wait for the actual condition you care about, not a guess about how long it takes. When to Use digraph when_to_use { "Test uses setTimeout/sleep?" [ shape = diamond ] ; "Testing timing behavior?" [ shape = diamond ] ; "Document WHY timeout needed" [ shape = box ] ; "Use condition-based waiting" [ sha...
66
13700 memory-systems guanyang/antigravity-skills
When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. Memory System Design Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that b...
66