███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8051 | claude-skill-app-onboarding-questionnaire | aradotso/trending-skills |
App Onboarding Questionnaire Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill that analyses your existing app codebase and generates a complete, high-converting questionnaire-style onboarding flow — including all copy, screen designs, and production-ready code — modelled on proven patterns from top subscription apps. What It Does When you run /app-onboarding-questionnaire in your project, the skill: Analyses your codebase — reads your app's source, manifest/plist files, and ex...
|
411 |
| 8052 | vue-best-practices | uni-helper/skills |
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
|
411 |
| 8053 | github-project-management | ruvnet/ruflo |
GitHub Project Management Overview A comprehensive skill for managing GitHub projects using AI swarm coordination. This skill combines intelligent issue management, automated project board synchronization, and swarm-based coordination for efficient project delivery. Quick Start Basic Issue Creation with Swarm Coordination Create a coordinated issue gh issue create \ --title "Feature: Advanced Authentication" \ --body "Implement OAuth2 with social login..." \ --label "enhancement,swarm-ready" I...
|
411 |
| 8054 | agent-sona-learning-optimizer | ruvnet/ruflo |
name: sona-learning-optimizer description: SONA-powered self-optimizing agent with LoRA fine-tuning and EWC++ memory preservation type: adaptive-learning capabilities: sona_adaptive_learning lora_fine_tuning ewc_continual_learning pattern_discovery llm_routing quality_optimization sub_ms_learning SONA Learning Optimizer Overview I am a self-optimizing agent powered by SONA (Self-Optimizing Neural Architecture) that continuously learns from every task execution. I use LoRA fine-tuning, EWC++ cont...
|
411 |
| 8055 | agent-code-goal-planner | ruvnet/ruflo |
name: code-goal-planner description: Code-centric Goal-Oriented Action Planning specialist that creates intelligent plans for software development objectives. Excels at breaking down complex coding tasks into achievable milestones with clear success criteria. Examples: Context: User needs to implement a new authentication system. user: 'I need to add OAuth2 authentication to our API' assistant: 'I'll use the code-goal-planner agent to create a comprehensive implementation plan with milestones fo...
|
411 |
| 8056 | agent-swarm-pr | ruvnet/ruflo |
name: swarm-pr description: Pull request swarm management agent that coordinates multi-agent code review, validation, and integration workflows with automated PR lifecycle management type: development color: "4ECDC4" tools: mcp__github__get_pull_request mcp__github__create_pull_request mcp__github__update_pull_request mcp__github__list_pull_requests mcp__github__create_pr_comment mcp__github__get_pr_diff mcp__github__merge_pull_request mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn m...
|
411 |
| 8057 | agent-pseudocode | ruvnet/ruflo |
name: pseudocode type: architect color: indigo description: SPARC Pseudocode phase specialist for algorithm design capabilities: algorithm_design logic_flow data_structures complexity_analysis pattern_selection priority: high sparc_phase: pseudocode hooks: pre: | echo "🔤 SPARC Pseudocode phase initiated" memory_store "sparc_phase" "pseudocode" Retrieve specification from memory memory_search "spec_complete" | tail -1 post: | echo "✅ Pseudocode phase complete" memory_store "pseudo_complete_$(date...
|
411 |
| 8058 | agent-collective-intelligence-coordinator | ruvnet/ruflo |
name: collective-intelligence-coordinator description: Orchestrates distributed cognitive processes across the hive mind, ensuring coherent collective decision-making through memory synchronization and consensus protocols color: purple priority: critical You are the Collective Intelligence Coordinator, the neural nexus of the hive mind system. Your expertise lies in orchestrating distributed cognitive processes, synchronizing collective memory, and ensuring coherent decision-making across all ag...
|
411 |
| 8059 | agent-release-swarm | ruvnet/ruflo |
name: release-swarm description: Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment type: coordination color: "4ECDC4" tools: Bash Read Write Edit TodoWrite TodoRead Task WebFetch mcp__github__create_pull_request mcp__github__merge_pull_request mcp__github__create_branch mcp__github__push_files mcp__github__create_issue mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp...
|
411 |
| 8060 | pair programming | ruvnet/ruflo |
Pair Programming Collaborative AI pair programming with intelligent role management, real-time quality monitoring, and comprehensive development workflows. What This Skill Does This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver$navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through truth-score verification...
|
411 |
| 8061 | angular-best-practices | sickn33/antigravity-awesome-skills |
Angular 21 Best Practices TypeScript Use strict type checking Prefer type inference when type is obvious Avoid any ; use unknown when type is uncertain Components Always use standalone components (do NOT set standalone: true — it's the default in v20+) Set changeDetection: ChangeDetectionStrategy.OnPush Use input() and output() functions instead of decorators Use computed() for derived state Keep components small and single-responsibility Prefer inline templates for small components Use Reactive...
|
411 |
| 8062 | nano-banana | inference-sh/skills |
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
|
410 |
| 8063 | seo-content-brief | inference-sh/skills |
SEO Content Brief Create data-driven content briefs via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research target keyword infsh app run tavily/search-assistant --input '{ "query": "best project management tools for small teams 2024" }' Analyze top-ranking content infsh app run exa/search --input '{ "query": "project management tools small teams comparison guide" }' Content Brief T...
|
410 |
| 8064 | musickit-audio | dpearson2699/swift-ios-skills |
MusicKit + MediaPlayer Search the Apple Music catalog, manage playback with ApplicationMusicPlayer , check subscriptions, and publish Now Playing metadata via MPNowPlayingInfoCenter and MPRemoteCommandCenter . Targets Swift 6.2 / iOS 26+. Contents Setup Authorization Catalog Search Subscription Checks Playback with ApplicationMusicPlayer Queue Management Now Playing Info Remote Command Center Common Mistakes Review Checklist References Setup Project Configuration Enable the MusicKit capability i...
|
410 |
| 8065 | no-use-effect | alejandrobailo/no-use-effect |
No Direct useEffect Never call useEffect directly. For the rare case of syncing with an external system on mount, use useMountEffect() . export function useMountEffect ( effect : ( ) => void | ( ( ) => void ) ) { /* eslint-disable react-hooks/exhaustive-deps, no-restricted-syntax */ useEffect ( effect , [ ] ) ; } The only place useEffect may appear directly is inside reusable custom hooks (like useMountEffect itself, or a useData hook when no fetching library is available). Components must never...
|
410 |
| 8066 | rev-idapython | p4nda0s/reverse-skills |
rev-idapython - IDAPython / IDALib Script Reference IDAPython script snippets for IDA interactive use and IDALib headless analysis. Use as reference when generating IDAPython code. IDAPython : scripts run inside IDA GUI (Script Command, plugin, or IDC console) IDALib : headless mode introduced in IDA 9.0 — run analysis scripts without opening the IDA GUI Common API Register Operations idc . get_reg_value ( 'rax' ) idaapi . set_reg_val ( "rax" , 1234 ) Debug Memory Operations idc . read_dbg_byte ...
|
410 |
| 8067 | google-image-search | glebis/claude-skills |
Google Image Search Skill Search for images using Google Custom Search API with intelligent scoring and LLM-based selection. When to Use Finding images to illustrate technical articles or research Adding visuals to presentations Enriching Obsidian notes with relevant images Batch image search for multiple topics Generating image search configs from plain text lists Requirements Google Custom Search API key and Search Engine ID OpenRouter API key (for LLM selection) llm CLI installed at /opt/ho...
|
410 |
| 8068 | awesome-design-md-jp | aradotso/trending-skills |
Awesome Design MD JP Skill by ara.so — Daily 2026 Skills collection. A curated collection of DESIGN.md files for Japanese web services, extending the Google Stitch DESIGN.md format with CJK typography, Japanese font stacks, kinsoku shori (禁則処理), and mixed typesetting (混植) rules — enabling AI agents to generate accurate Japanese UI. What This Project Does DESIGN.md is a plain-text markdown file AI coding agents read to generate consistent UI. This project extends that format for Japanese services...
|
410 |
| 8069 | vite | uni-helper/skills |
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
|
410 |
| 8070 | compose-ui | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
410 |
| 8071 | citation-management | lingzhi227/agent-research-skills |
Citation Management Overview Manage citations systematically throughout the research and writing process. This skill provides tools and strategies for searching academic databases (Google Scholar, PubMed), extracting accurate metadata from multiple sources (CrossRef, PubMed, arXiv), validating citation information, and generating properly formatted BibTeX entries. Critical for maintaining citation accuracy, avoiding reference errors, and ensuring reproducible research. Integrates seamlessly wi...
|
410 |
| 8072 | accessibility-compliance-accessibility-audit | sickn33/antigravity-awesome-skills |
Accessibility Audit and Testing You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users. Use this skill when Auditing web or mobile experiences for WCAG compliance Identifying accessibility barriers and remediation priorities Establishing ongoing accessibility testing practices Preparing complianc...
|
410 |
| 8073 | agent-raft-manager | ruvnet/ruflo |
name: raft-manager type: coordinator color: "2196F3" description: Manages Raft consensus algorithm with leader election and log replication capabilities: leader_election log_replication follower_management membership_changes consistency_verification priority: high hooks: pre: | echo "🗳️ Raft Manager starting: $TASK" Check cluster health before operations if [[ "$TASK" == "election" ]]; then echo "🎯 Preparing leader election process" fi post: | echo "📝 Raft operation complete" Verify log consist...
|
410 |
| 8074 | agent-ops-cicd-github | ruvnet/ruflo |
name: "cicd-engineer" description: "Specialized agent for GitHub Actions CI/CD pipeline creation and optimization" type: "devops" color: "cyan" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "GitHub Actions, workflow automation, deployment pipelines" complexity: "moderate" autonomous: true triggers: keywords: - "github actions" - "ci$cd" - "pipeline" - "workflow" - "deployment" - "continuous integration" file_patterns: - ".github$workflows/ .yml" - ".githu...
|
410 |
| 8075 | statusline-generator | daymade/claude-code-skills |
Statusline Generator Overview This skill provides tools and guidance for creating and customizing Claude Code statuslines. It generates multi-line statuslines optimized for portrait screens, integrates with ccusage for session/daily cost tracking, displays git branch status, and supports color customization. When to Use This Skill This skill activates for: Statusline configuration requests for Claude Code Cost information display (session/daily costs) Multi-line layouts for portrait or narro...
|
410 |
| 8076 | rag-retrieval | yonatangross/orchestkit |
Combine vector search with LLM generation for accurate, grounded responses. Basic RAG Pattern ``` async def rag_query(question: str, top_k: int = 5) -> str: """Basic RAG: retrieve then generate.""" 1. Retrieve relevant documents docs = await vector_db.search(question, limit=top_k) 2. Construct context context = "\n\n".join([ f"[{i+1}] {doc.text}" for i, doc in enumerate(docs) ]) 3. Generate with context response = await llm.chat([ {...
|
410 |
| 8077 | app-builder | davila7/claude-code-templates |
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating mu...
|
410 |
| 8078 | google-workspace | jezweb/claude-skills |
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
|
409 |
| 8079 | og-image-design | inference-sh/skills |
OG Image Design Create social sharing images (Open Graph) via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate an OG image with HTML-to-image infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,1a1a2e,16213e);display:flex;align-items:center;padding:60px;font-family:system-ui;color:white\"><div><h1 style=\"...
|
409 |
| 8080 | fastmcp | jezweb/claude-skills |
FastMCP - Build MCP Servers in Python FastMCP is a Python framework for building Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Large Language Models like Claude. This skill provides production-tested patterns, error prevention, and deployment strategies for building robust MCP servers. Quick Start Installation pip install fastmcp or uv pip install fastmcp Minimal Server from fastmcp import FastMCP MUST be at module level for FastMCP Cloud mcp = FastMCP("...
|
409 |
| 8081 | mcp:build-mcp | neolabhq/context-engineering-kit |
MCP Server Development Guide Overview To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks using the tools provided. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Resear...
|
409 |
| 8082 | stitch::upload-to-stitch | google-labs-code/stitch-skills |
No SKILL.md available for this skill. View on GitHub Installs 336 Repository google-labs-cod…h-skills GitHub Stars 5.6K First Seen 3 days ago
|
409 |
| 8083 | code-review | mrgoonie/claudekit-skills |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
409 |
| 8084 | file-organization | eyadsibai/ltk |
Project File Organization When to use this skill New Projects : Initial folder structure design Project Growth : Refactoring when complexity increases Team Standardization : Establish consistent structure Instructions Step 1: React/Next.js Project Structure src/ ├── app/ Next.js 13+ App Router │ ├── (auth)/ Route groups │ │ ├── login/ │ │ └── signup/ │ ├── (dashboard)/ │ │ ├── layout.tsx │ │ ├── page.tsx │ │ └── settings/ │ ├── api/ ...
|
409 |
| 8085 | helmor-cli | dohooo/helmor |
Helmor CLI Use this skill to guide simple terminal-first Helmor workflows. Keep the answer practical: prefer one or two concrete commands over a long CLI tutorial. First Checks Check whether the CLI is installed and which data mode it targets: helmor cli-status Check the active data directory and database: helmor data Use --json when the output will be parsed by scripts or another tool. CLI Install And Update Treat Helmor CLI install/update as beta. Prefer the Helmor desktop onboarding/settings ...
|
409 |
| 8086 | tinybird-typescript-sdk-guidelines | tinybirdco/tinybird-agent-skills |
Tinybird TypeScript SDK Guidelines Guidance for using the @tinybirdco/sdk package to define Tinybird resources in TypeScript with complete type inference. When to Apply Installing or configuring @tinybirdco/sdk Defining datasources or pipes in TypeScript Creating typed Tinybird clients Using type-safe ingestion or queries Running tinybird dev/build/deploy commands for TypeScript projects Migrating from legacy .datasource/.pipe files to TypeScript Rule Files rules/getting-started.md rules/configu...
|
409 |
| 8087 | frontend-design | vercel-labs/agent-eval |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
409 |
| 8088 | businessstrategy | robdtaylor/personal-ai-infrastructure |
BusinessStrategy Your MBA-trained strategic advisor with deep commercial awareness. Combines rigorous financial analysis with practical business acumen developed from real-world experience across startups, SMEs, and enterprise. Core Competencies Financial Analysis P&L Analysis: Revenue recognition, cost structures, margin analysis, operating leverage Cash Flow: Operating, investing, financing activities; working capital management; burn rate Balance Sheet: Asset utilization, capital structure,...
|
409 |
| 8089 | qiaomu-opencli-browser | joeseesun/opencli-skill |
OpenCLI Browser — Browser Automation for AI Agents Control Chrome step-by-step via CLI. Reuses existing login sessions — no passwords needed. Prerequisites opencli doctor Verify extension + daemon connectivity Requires: Chrome running + OpenCLI Browser Bridge extension installed. Critical Rules ALWAYS use state to inspect the page, NEVER use screenshot — state returns structured DOM with [N] element indices, is instant and costs zero tokens. screenshot requires vision processing and is slow. On...
|
409 |
| 8090 | agent-performance-analyzer | ruvnet/ruflo |
name: perf-analyzer color: "amber" type: analysis description: Performance bottleneck analyzer for identifying and resolving workflow inefficiencies capabilities: performance_analysis bottleneck_detection metric_collection pattern_recognition optimization_planning trend_analysis priority: high hooks: pre: | echo "📊 Performance Analyzer starting analysis" memory_store "analysis_start" "$(date +%s)" Collect baseline metrics echo "📈 Collecting baseline performance metrics" post: | echo "✅ Performan...
|
409 |
| 8091 | memory-management | ruvnet/ruflo |
Memory Management Memory makes Claude your workplace collaborator - someone who speaks your internal language. The Goal Transform shorthand into understanding: User: "ask todd to do the PSR for oracle" ↓ Claude decodes "Ask Todd Martinez (Finance lead) to prepare the Pipeline Status Report for the Oracle Systems deal ($2.3M, closing Q2)" Without memory, that request is meaningless. With memory, Claude knows: todd → Todd Martinez, Finance lead, prefers Slack PSR → Pipeline Status Report (weekly s...
|
409 |
| 8092 | agent-project-board-sync | ruvnet/ruflo |
name: project-board-sync description: Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination type: coordination color: "A8E6CF" tools: Bash Read Write Edit Glob Grep LS TodoWrite mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__claude-flow__swarm_status mcp__claude-flow__memory_usage mcp__claude-flow__github_repo_analyze mcp__claude-flow__github_pr_manage mcp__claude-flow__github_issue_trac...
|
409 |
| 8093 | agent-reviewer | ruvnet/ruflo |
name: reviewer type: validator color: "E74C3C" description: Code review and quality assurance specialist capabilities: code_review security_audit performance_analysis best_practices documentation_review priority: medium hooks: pre: | echo "👀 Reviewer agent analyzing: $TASK" Create review checklist memory_store "review_checklist_$(date +%s)" "functionality,security,performance,maintainability,documentation" post: | echo "✅ Review complete" echo "📝 Review summary stored in memory" Code Review Agen...
|
409 |
| 8094 | agent-matrix-optimizer | ruvnet/ruflo |
name: matrix-optimizer description: Expert agent for matrix analysis and optimization using sublinear algorithms. Specializes in matrix property analysis, diagonal dominance checking, condition number estimation, and optimization recommendations for large-scale linear systems. Use when you need to analyze matrix properties, optimize matrix operations, or prepare matrices for sublinear solvers. color: blue You are a Matrix Optimizer Agent, a specialized expert in matrix analysis and optimization ...
|
409 |
| 8095 | find-bugs | davila7/claude-code-templates |
Find Bugs Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Phase 1: Complete Input Gathering Get the FULL diff: git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD If output is truncated, read each changed file individually until you have seen every changed line List all files modified in this branch before proceeding Phase 2: Attack Surface Mapping For each changed file, identify and list: All user inputs (request param...
|
409 |
| 8096 | information-security-manager-iso27001 | davila7/claude-code-templates |
Information Security Manager - ISO 27001 Implement and manage Information Security Management Systems (ISMS) aligned with ISO 27001:2022 and healthcare regulatory requirements. Table of Contents Trigger Phrases Quick Start Tools Workflows Reference Guides Validation Checkpoints Trigger Phrases Show more
|
409 |
| 8097 | logo-design-guide | inference-sh/skills |
Logo Design Guide Design effective logos with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a logo concept infsh app run falai/flux-dev-lora --input '{ "prompt": "flat vector logo of a mountain peak with a sunrise, minimal geometric style, single color, clean lines, white background", "width": 1024, "height": 1024 }' Logo Types Type Description When to ...
|
408 |
| 8098 | git:notes | neolabhq/context-engineering-kit |
Git Notes Overview Git notes attach metadata to commits (or any Git object) without modifying the objects themselves. Notes are stored separately and displayed alongside commit messages. Core principle: Add information to commits after creation without rewriting history. Core Concepts Concept Description Notes ref Storage location, default refs/notes/commits Non-invasive Notes never modify SHA of original object Namespaces Use --ref for different note categories Display Notes appear in git log a...
|
408 |
| 8099 | realitykit-ar | dpearson2699/swift-ios-skills |
RealityKit + ARKit Build AR experiences on iOS using RealityKit for rendering and ARKit for world tracking. Covers RealityView , entity management, raycasting, scene understanding, and gesture-based interactions. Targets Swift 6.2 / iOS 26+. Contents Setup RealityView Basics Loading and Creating Entities Anchoring and Placement Raycasting Gestures and Interaction Scene Understanding Common Mistakes Review Checklist References Setup Project Configuration Add NSCameraUsageDescription to Info.plist...
|
408 |
| 8100 | cc-skill-coding-standards | sickn33/antigravity-awesome-skills |
Coding Standards & Best Practices Universal coding standards applicable across all projects. Code Quality Principles 1. Readability First Code is read more than written Clear variable and function names Self-documenting code preferred over comments Consistent formatting 2. KISS (Keep It Simple, Stupid) Simplest solution that works Avoid over-engineering No premature optimization Easy to understand > clever code 3. DRY (Don't Repeat Yourself) Extract common logic into functions Create reusable co...
|
408 |