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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,519
总 Skills
36.8M
总安装量
2,450
贡献者
# Skill 仓库 描述 安装量
9201 pywinauto malue-ai/dazee-small
Windows UI 自动化(pywinauto) 通过 pywinauto 操作任意 Windows 桌面应用:发现窗口、检查控件、点击按钮、输入文字、读取内容。 支持两种后端:Win32 API(传统应用)和 MS UI Automation(现代应用)。 使用场景 用户说「帮我在 XX 应用里点一下那个按钮」「自动填一下这个表单」 需要操作没有 API 的桌面应用(如 ERP 系统、内部管理系统) 需要批量操作 GUI 应用(如自动录入数据) 需要读取其他应用界面上的文字内容 后端选择 后端 参数 适用应用 Win32 API backend="win32" MFC、VB6、VCL、简单 WinForms MS UI Automation backend="uia" WinForms、WPF、UWP Store 应用、Qt5、浏览器 不确定用哪个时,优先尝试 uia ;如果找不到控件,切换为 win32 。 命令参考 连接到已有应用 from pywinauto import Application 方式 1:通过窗口标题连接 app = Application ( backe...
223
9202 symfony:e2e-panther-playwright makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:e2e-panther-playwright<div
223
9203 nansen-web-searcher nansen-ai/nansen-cli
Web Search Search the web for one or more queries in parallel via the Serper API. nansen web search "bitcoin price" nansen web search "solana ecosystem news" --num-results 5 nansen web search --query "ethereum ETF" --query "bitcoin ETF" --num-results 3 Positional args and --query flags can be combined — all become queries. Flag Values Default Purpose --query string — Query string (repeatable for multiple queries) --num-results 1–20 10 Results per query --pretty flag off Human-readable JSON Retur...
223
9204 upstash-redis-kv intellectronica/agent-skills
Upstash Redis Key-Value Store Interact with Upstash's Redis-compatible key-value store using the REST interface. Script Location bun run scripts/upstash-client.ts < command > [ args .. . ] IMPORTANT : Always run with bun run , not directly. Configuration Environment Variables The script uses these environment variables by default: UPSTASH_REDIS_REST_URL - The Upstash REST API URL UPSTASH_REDIS_REST_TOKEN - The Upstash REST API token Overriding Credentials If the user provides credentials from an...
223
9205 spritecook-generate-sprites spritecook/skills
SpriteCook - AI Game Asset Generator Use SpriteCook MCP tools when the user needs pixel art, detailed/HD sprites, game assets, icons, tilesets, textures, or UI elements for a game project. SpriteCook generates production-ready game art from text prompts in two styles: pixel art and detailed HD art. Requires: SpriteCook MCP server connected to your editor. Set up with npx spritecook-mcp setup or see spritecook.ai . When to Use User asks to generate, create, or make sprites, pixel art, detailed ar...
223
9206 spl-to-apl axiomhq/skills
Type safety: Fields like status are often stored as strings. Always cast before numeric comparison: toint(status) >= 500, not status >= 500. Critical Differences - Time is explicit in APL: SPL time pickers don't translate — add `where _time between (ago(1h) .. now())` - Structure: SPL `index=... | command` → APL `['dataset'] | operator` - Join is preview: limited to 50k rows, inner/innerunique/leftouter only - cidrmatch args reversed: SPL `cidrmatch(cidr, ip)` → APL `ipv4_is_in_range(ip, c...
223
9207 voltagent-best-practices voltagent/skills
VoltAgent Best Practices Quick reference for VoltAgent conventions and patterns. Choosing Agent or Workflow Use When Agent Open-ended tasks that require tool selection and adaptive reasoning Workflow Multi-step pipelines with explicit control flow and suspend/resume Layout src/ |-- index.ts |-- agents/ |-- tools/ `-- workflows/ Quick Snippets Basic Agent import { Agent } from "@voltagent/core"; const agent = new Agent({ name: "assistant", instructions: "You are helpful.", model: "opena...
223
9208 rest-api-django mindrally/skills
REST API Development with Django You are an expert in Django REST Framework for building scalable APIs. Core Principles Use Django's built-in features wherever possible Prioritize readability following PEP 8 compliance Use descriptive names with lowercase underscores Structure projects using Django apps for reusability Consider scalability in all design decisions Project Structure Application Structure app_name/ migrations/ Database migrations admin.py Admin configuration ...
223
9209 motion mindrally/skills
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
223
9210 devops mindrally/skills
DevOps Skill Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes. When to Use Deploy serverless apps to Cloudflare Workers/Pages Containerize apps with Docker, Docker Compose Manage GCP with gcloud CLI (Cloud Run, GKE, Cloud SQL) Kubernetes cluster management (kubectl, Helm) GitOps workflows (Argo CD, Flux) CI/CD pipelines, multi-region deployments Security audits, RBAC, network policies Platform Selection Need Choose Sub-50ms latency globally Cloudfl...
223
9211 uptrend-analyzer tradermonty/claude-trading-skills
Uptrend Analyzer Skill Purpose Diagnose market breadth health using Monty's Uptrend Ratio Dashboard, which tracks ~2,800 US stocks across 11 sectors. Generates a 0-100 composite score (higher = healthier) with exposure guidance. Unlike the Market Top Detector (API-based risk scorer), this skill uses free CSV data to assess "participation breadth" - whether the market's advance is broad or narrow. When to Use This Skill English: User asks "Is the market breadth healthy?" or "How broad is the rall...
223
9212 testing mindrally/skills
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
223
9213 agentmail-toolkit agentmail-to/agentmail-skills
AgentMail Toolkit Pre-built email tools for popular agent frameworks. Instantly add inbox management, sending, receiving, and email automation to your agents. Installation TypeScript/Node npm install agentmail-toolkit Python pip install agentmail-toolkit Configuration Set your API key as an environment variable: export AGENTMAIL_API_KEY = your-api-key Get your API key from console.agentmail.to . TypeScript Frameworks Vercel AI SDK import { AgentMailToolkit } from "agentmail-toolkit/ai-sdk" ; i...
223
9214 media-adaptation jwynia/agent-skills
Media Adaptation Purpose Systematically analyze existing media (TV, film, games, etc.) to extract transferable elements that can be authentically transformed for new settings, particularly science fiction. Captures what makes originals compelling while creating genuinely new works rather than superficial reskins. Core Principle Transform, don't transplant. The goal is to understand WHY something works and recreate that function in a new context, not to simply change surface details. Phase 1:...
223
9215 endings jwynia/agent-skills
Endings: Diagnostic Skill You diagnose ending-level problems in fiction. Your role is to identify why resolutions fail and guide writers toward endings that feel both inevitable AND surprising. Core Principle The best endings feel both inevitable ("of course it had to end this way") AND surprising ("I didn't see that coming"). This seeming contradiction is resolved by planting seeds throughout the story, having the ending emerge from character and theme, and subverting surface expectations w...
223
9216 claude-code-source-recovery aradotso/trending-skills
Claude Code 2.1.88 Source Recovery Skill by ara.so — Daily 2026 Skills collection. What This Project Is This repository contains the recovered TypeScript source code of @anthropic-ai/claude-code version 2.1.88. On 2026-03-31, Anthropic accidentally published a cli.js.map (57MB) source map to npm that contained the full sourcesContent of the bundled CLI. After extraction and reconstruction, the result is ~700,000 lines of TypeScript source code organized into a readable directory structure. The p...
223
9217 xss-cross-site-scripting yaklang/hack-skills
SKILL: Cross-Site Scripting (XSS) — Expert Attack Playbook AI LOAD INSTRUCTION : This skill covers non-obvious XSS techniques, context-specific payload selection, WAF bypass, CSP bypass, and post-exploitation. Assume the reader already knows — this file only covers what base models typically miss. For real-world CVE cases, HttpOnly bypass strategies, XS-Leaks side channels, and session fixation attacks, load the companion SCENARIOS.md . 0. RELATED ROUTING Extended Scenarios Also load SCENARIOS....
223
9218 gpd-cli-usage rudrankriyam/app-store-connect-cli-skills
GPD CLI usage Use this skill when you need to run or design gpd commands for Google Play Developer Console. Command discovery Always use --help to confirm commands and flags. gpd --help gpd publish --help gpd monetization --help Flag conventions Use explicit long flags (for example: --package , --track , --status ). No interactive prompts; destructive operations require --confirm . Use --all when the user wants all pages. Output formats Default output is minified JSON. Use --pretty for readable ...
222
9219 canvas-design skillcreatorai/ai-agent-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
222
9220 clawdbot-backup sundial-org/awesome-openclaw-skills
ClawdBot Backup Skill Backup, restore, and sync your ClawdBot configuration across devices directly from Clawdbot. Overview This skill helps you: Backup all ClawdBot data and settings Restore from backups Sync between multiple machines Version control your configuration Automate backup routines Migrate to new devices ClawdBot Directory Structure Key Locations ~/.claude/ Main ClawdBot directory ├── settings.json Global settings ├── settings.local.json Local...
222
9221 strategic-planning 404kidwiz/claude-supercode-skills
You are an expert strategic planning specialist with deep expertise in project decomposition, dependency analysis, timeline estimation, and systematic task organization. Your strength lies in transforming complex, overwhelming projects into clear, actionable roadmaps. Purpose Provide comprehensive strategic planning for complex software projects and tasks. You excel at breaking down large, ambiguous scopes into structured, manageable components, identifying critical dependencies, assessing ri...
222
9222 axiom-avfoundation-ref charleswiltgen/axiom
AVFoundation Audio Reference Quick Reference // AUDIO SESSION SETUP import AVFoundation try AVAudioSession.sharedInstance().setCategory( .playback, // or .playAndRecord, .ambient mode: .default, // or .voiceChat, .measurement options: [.mixWithOthers, .allowBluetooth] ) try AVAudioSession.sharedInstance().setActive(true) // AUDIO ENGINE PIPELINE let engine = AVAudioEngine() let player = AVAudioPlayerNode() engine.attach(player) e...
222
9223 sveltekit bobmatnyc/claude-mpm-skills
SvelteKit - Full-Stack Svelte Framework Overview SvelteKit is the official full-stack framework for Svelte, providing file-based routing, server-side rendering (SSR), static site generation (SSG), form handling with progressive enhancement, and deployment adapters for any platform. Key Features: File-based routing: Automatic routes from src/routes/ directory structure Load functions: Type-safe data fetching (+page.ts, +page.server.ts) Form actions: Native form handling with progressive enhanc...
222
9224 plugin settings davila7/claude-code-templates
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: File location: .claude/plugin-name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per-project plugin configuration and state Usage: Read from hooks,...
222
9225 template-skill davila7/claude-code-templates
Insert instructions below
222
9226 pysam davila7/claude-code-templates
Pysam Overview Pysam is a Python module for reading, manipulating, and writing genomic datasets. Read/write SAM/BAM/CRAM alignment files, VCF/BCF variant files, and FASTA/FASTQ sequences with a Pythonic interface to htslib. Query tabix-indexed files, perform pileup analysis for coverage, and execute samtools/bcftools commands. When to Use This Skill This skill should be used when: Working with sequencing alignment files (BAM/CRAM) Analyzing genetic variants (VCF/BCF) Extracting reference seq...
222
9227 pdb-database davila7/claude-code-templates
PDB Database Overview RCSB PDB is the worldwide repository for 3D structural data of biological macromolecules. Search for structures, retrieve coordinates and metadata, perform sequence and structure similarity searches across 200,000+ experimentally determined structures and computed models. When to Use This Skill This skill should be used when: Searching for protein or nucleic acid 3D structures by text, sequence, or structural similarity Downloading coordinate files in PDB, mmCIF, or Bin...
222
9228 adaptyv davila7/claude-code-templates
Adaptyv Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or web interface and receive experimental results in approximately 21 days. Quick Start Authentication Setup Adaptyv requires API authentication. Set up your credentials: Contact support@adaptyvbio.com to request API access (platform is in alpha/beta) Receive your API access token Set environment variable: export ADAPTYV_API_KEY="your_api_key_here" ...
222
9229 seedream-image ppdbxdawj/seedream-image-skill
Seedream Image Assistant | Seedream 即梦 图像助手 Seedream 5.0 is ByteDance's next-generation AI image model, available on Jimeng AI, Jianying, CapCut, and Volcengine Ark. Seedream 5.0 是字节跳动推出的新一代 AI 图像生成模型,已在即梦AI、剪映、CapCut、火山方舟上线。 Core Capabilities | 核心能力 Capability Description Real-time Web Search Auto-fetches trending info when prompt contains timely keywords Multi-step Reasoning Interprets abstract concepts (e.g. "serene tech feel" → desaturated + clean lines + cold light) Multi-round Editing Iter...
222
9230 nansen-wallet-clustering nansen-ai/nansen-cli
Wallet Attribution Answers: "Who controls this wallet? Are these wallets related?" Chain: 0x → --chain ethereum (also base, arbitrum, optimism, polygon). Base58 → --chain solana . ADDR = < address > CHAIN = < ethereum | solana | base | .. . > detect from address format above 1. Identity nansen research profiler labels --address $ADDR --chain $CHAIN 2. Related wallets (paginate with --page N) nansen research profiler related-wallets --address $ADDR --chain $CHAIN 3. Counterparties (paginate w...
222
9231 sync-horizon incept5/eve-skillpacks
Sync Horizon Synchronize eve-skillpacks with the latest state of the eve-horizon repository. Prerequisites The eve-horizon repo must be at ../eve-horizon (sibling directory) .sync-state.json must exist in the repo root (create from template if missing) .sync-map.json must exist in the repo root Architecture: Orchestrator + Parallel Workers This sync follows an orchestrator pattern. You (the orchestrator) stay lightweight — discovering what changed and dispatching focused workers. Each worker han...
222
9232 kimi-docx thvroyal/kimi-skills
Part 1: Goals ⚠️ When to Unzip vs Read To preserve ANY formatting from the source document, MUST unzip and parse XML. Read tool returns plain text only — fonts, colors, alignment, borders, styles are lost. Need Method Text content only (summarize, analyze, translate) Read tool is fine Formatting info (copy styles, preserve layout, template filling) Unzip and parse XML Structure + comments/track changes pandoc input.docx -t markdown Core Principles Preserve formatting — When editing existing docu...
222
9233 paper-review evoscientist/evoskills
Paper Review A systematic approach to self-reviewing academic papers before submission. Covers a 5-aspect review checklist, reverse-outlining for structural clarity, figure/table quality checks, and rebuttal preparation. When to Use This Skill User wants to review or check a paper draft before submission User asks for feedback on paper quality or completeness User wants to prepare for potential reviewer criticism User mentions "review paper", "check my draft", "self-review" If the user has alrea...
222
9234 yc-pitch-deck guia-matthieu/clawfu-skills
YC Pitch Deck Create a compelling startup pitch deck that follows the structure proven to raise billions from top investors. Master the YC and Sequoia formats that get founders funded. When to Use This Skill Fundraising to create investor pitch decks YC application to structure your narrative Demo Day prep to craft your 2-minute pitch Angel investors to communicate your opportunity Partnership pitches to structure compelling asks Internal alignment to articulate your strategy clearly Methodology...
222
9235 sap-abap secondsky/sap-skills
This skill includes 28 comprehensive reference files covering all aspects of ABAP development: Related Skills - sap-abap-cds: For CDS view development and ABAP Cloud data modeling - sap-btp-cloud-platform: For ABAP Environment setup and BTP deployment - sap-cap-capire: For CAP service integration and ABAP system connections - sap-fiori-tools: For Fiori application development with ABAP backends - sap-api-style: For API documentation standards and best practices Quick Access - Reference...
222
9236 game-designer dylantarre/animation-principles
Game UI/UX Designer You are an expert game UI/UX designer specializing in browser games. You analyze games and implement visual polish, atmosphere, and player experience improvements. You think like a designer — not just about whether the game works, but whether it feels good to play. Reference Files For detailed reference, see companion files in this directory: visual-catalog.md — All visual improvement patterns: backgrounds (parallax, gradients), color palettes, juice/polish effects, particle ...
222
9237 playwright-blazor-testing aaronontheweb/dotnet-skills
Use this skill when: - Writing end-to-end UI tests for Blazor Server or WebAssembly applications - Testing interactive components, forms, and user workflows - Verifying authentication and authorization flows - Testing SignalR-based real-time updates in Blazor Server - Capturing screenshots for visual regression testing - Testing responsive designs and mobile emulation - Debugging UI issues with browser developer tools Core Principles - Wait for Rendering - Blazor renders asynchronously...
222
9238 amap-lbs-skill amap-web/amap-lbs-skill
高德地图综合服务 Skill 高德地图综合服务向开发者提供完整的地图数据服务,包括地点搜索、路径规划、旅游规划和数据可视化等功能。 功能特性 🔍 POI(地点)搜索功能 🏙️ 支持关键词搜索、城市限定、类型筛选 📍 支持周边搜索(基于坐标和半径) 🛣️ 路径规划(步行、驾车、骑行、公交) 🗺️ 智能旅游规划助手 🔥 热力图数据可视化 🔗 地图可视化链接生成 💾 配置本地持久化存储 🎯 自动管理高德 Web Service Key 首次配置 首次使用时需要配置高德 Web Service Key: 访问 高德开放平台 创建应用并获取 Key 设置环境变量: export AMAP_WEBSERVICE_KEY=your_key 或运行时自动提示输入并保存到本地配置文件 当用户想要搜索地址、地点、周边信息(如美食、酒店、景点等)、规划路线或可视化数据时,使用此 skill。 触发条件 用户表达了以下意图之一: 搜索某类地点或某个确定地点(如"搜美食"、"找酒店"、"天安门在哪") 基于某个位置搜索周边(如"西直门周边美食"、"北京南站附近酒店") 规划路线(如"从天安门到故宫怎么走"、"规...
222
9239 react-native-cursor-rules mindrally/skills
React Native Cursor Rules Expert guidelines for React Native development by Will Sims, focusing on type-safe TypeScript code, performance optimization, and maintainable component architecture. Code Style and Structure Write concise, type-safe TypeScript code Use functional components and hooks instead of class components Ensure components are modular, reusable, and maintainable Organize files by feature, grouping related components, hooks, and styles Naming Conventions Use camelCase for variab...
222
9240 grpc-development mindrally/skills
gRPC Development You are an expert in gRPC and Protocol Buffers development. Follow these best practices when building gRPC-based services and APIs. Core Principles gRPC uses Protocol Buffers as both its Interface Definition Language (IDL) and message interchange format Design services around the idea of defining methods that can be called remotely with their parameters and return types Prioritize type safety, performance, and backward compatibility Leave NO todos, placeholders, or missing pie...
222
9241 solidity mindrally/skills
Solidity You are an expert in Solidity smart contract development with deep knowledge of security patterns and gas optimization. Core Principles Cut the fluff. Code or detailed explanations only Maintain brevity while prioritizing accuracy and depth Answer first, explain later when needed Code Structure & Security Use explicit visibility modifiers and NatSpec documentation Apply function modifiers to reduce redundancy Follow naming conventions: CamelCase for contracts PascalCase for interfaces...
222
9242 ruby mindrally/skills
Ruby Development You are an expert in Ruby development, including Ruby 3.x features, testing frameworks, and modern Ruby best practices. Code Style and Structure Write concise, idiomatic Ruby code with accurate examples Adhere to Ruby community conventions and style guides Use snake_case for files, methods, and variables Use CamelCase for classes and modules Favor descriptive names like user_signed_in? and calculate_total Ruby Language Features Leverage Ruby 3.x capabilities including: Pattern m...
222
9243 elixir mindrally/skills
Elixir You are an expert in Elixir and Phoenix development with deep knowledge of functional programming and concurrent systems. Core Principles Write concise, idiomatic Elixir code with accurate examples Follow Phoenix conventions and best practices Embrace functional programming patterns and immutability Prefer higher-order functions and recursion over imperative loops Use descriptive naming (e.g., user_signed_in?, calculate_total) Naming Conventions Use snake_case for files, functions, and ...
222
9244 token-optimizer asif2bd/openclaw-token-optimizer
Token Optimizer Skill This skill provides the procedural knowledge to keep your OpenClaw instance lean and efficient. Quick Reference Problem Solution Background tasks bloating context Cron isolation ( sessionTarget: "isolated" ) Reading entire history every turn Local RAG with memory_search Context exceeds 100k tokens Reset & Summarize protocol Finding old conversations Session transcript indexing Workflow 1: Periodic Task Isolation To prevent background tasks from bloating your main conversati...
222
9245 earnings-trade-analyzer tradermonty/claude-trading-skills
Earnings Trade Analyzer - Post-Earnings 5-Factor Scoring Analyze recent post-earnings stocks using a 5-factor weighted scoring system to identify the strongest earnings reactions for potential momentum trades. When to Use User asks for post-earnings trade analysis or earnings gap screening User wants to find the best recent earnings reactions User requests earnings momentum scoring or grading User asks about post-earnings accumulation day (PEAD) candidates Prerequisites FMP API key (set FMP_API_...
222
9246 stripe mindrally/skills
Stripe Integration You are an expert in Stripe payment integration, TypeScript, React, and Next.js for building secure payment solutions. Core Principles Always handle payments on the server side Use Stripe's latest API version Implement proper error handling Follow PCI compliance best practices Use webhooks for reliable event handling Server-Side Setup Stripe Client Configuration import Stripe from 'stripe' ; const stripe = new Stripe ( process . env . STRIPE_SECRET_KEY ! , { apiVersion : '2023...
222
9247 answering-natural-language-questions-with-dbt dbt-labs/dbt-agent-skills
Answer data questions using the best available method: semantic layer first, then SQL modification, then model discovery, then manifest analysis. Always exhaust options before saying "cannot answer." Use for: Business questions from users that need data answers - "What were total sales last month?" - "How many active customers do we have?" - "Show me revenue by region" Not for: - Validating model logic during development - Testing dbt models or semantic layer definitions - Building or mo...
222
9248 tooluniverse-drug-research mims-harvard/tooluniverse
Drug Research Strategy Comprehensive drug investigation using 50+ ToolUniverse tools across chemical databases, clinical trials, adverse events, pharmacogenomics, and literature. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Compound disambiguation FIRST - Resolve identifiers before research Citation requirements - Every fact must have inline source attribution Evidence grading - Grade claims by evidence strength (T1-T4) Mandatory completeness - A...
222
9249 memetic-depth jwynia/agent-skills
Memetic Depth: Worldbuilding Texture Skill You help writers create the perception that fictional worlds have centuries of cultural processing, synthesis, and degradation that occurred before the reader encounters them. Your role is to design strategic juxtapositions of cultural elements at different familiarity levels. Core Principle: Cognitive Triangulation Memetic Depth is the perception that a world exists beyond what's explained, with cultural processes that operated independently of narr...
222
9250 spring-framework mindrally/skills
Spring Framework You are an expert in Java programming, Spring Boot, Spring Framework, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code with accurate Spring Boot examples Follow camelCase for methods and variables, PascalCase for classes Structure applications with clear separation: controllers, services, repositories, models, and configurations Spring Boot Specifics Utilize Spring Boot starters for quick project setup ...
222