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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,502
总 Skills
163.2M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
6651 harvard-artifacts-data-pipeline aradotso/data-skills
Harvard Artifacts Data Pipeline Skill by ara.so — Data Skills collection. What This Project Does The Harvard Artifacts Collection Data Engineering & Analytics App is an end-to-end data pipeline that demonstrates professional ETL workflows. It fetches artifact data from the Harvard Art Museums API, transforms it into structured relational tables, stores it in MySQL/TiDB Cloud, and provides interactive analytics through a Streamlit dashboard with Plotly visualizations. Key capabilities: API data e...
1.8K
6652 reviewing-oracle-to-postgres-migration github/awesome-copilot
Oracle-to-PostgreSQL Database Migration Surfaces migration risks and validates migration work against known Oracle/PostgreSQL behavioral differences documented in the references/ folder. When to use Planning — Before starting migration work on a procedure, trigger, query, or refcursor client. Identify which reference insights apply so risks are addressed up front. Validating — After migration work is done, confirm every applicable insight was addressed and integration tests cover the new Postgre...
1.8K
6653 iac-terraform-data-engineering aradotso/data-skills
IaC for Data Engineering with Terraform Skill by ara.so — Data Skills collection. This project provides Infrastructure-as-Code (IaC) templates and patterns for data engineers using Terraform to provision and manage AWS resources. It focuses on creating reproducible, version-controlled infrastructure for data platforms including S3 storage, EC2 compute instances, and IAM permissions. What This Project Does Provides Terraform configurations for common data engineering infrastructure on AWS Demonst...
1.8K
6654 gtm-positioning-strategy github/awesome-copilot
Positioning Strategy Find and own a defensible market position. Turn generic messaging into clear differentiation — or at least test whether your differentiation actually resonates before committing to it. When to Use Triggers: "Our messaging sounds exactly like competitors" "Brand awareness is strong but conversion is weak" "Sales team can't explain why we're different" "Buyers see us as interchangeable" "Should we reposition before we rebrand?" "How do we test positioning claims?" Context: Com...
1.8K
6655 retail-etl-medallion-pipeline aradotso/data-skills
Retail ETL Medallion Pipeline Skill Skill by ara.so — Data Skills collection. Overview This project implements a production-grade Medallion Architecture ETL pipeline for retail/hypermarket data, handling complex business logic like inventory shrinkage, meat/poultry recipe conversions, supplier rebate tiers, and multi-branch sales consolidation. The architecture follows three data quality layers: Bronze Layer : Raw data ingestion from CSV sources (sales, stock, products) Silver Layer : Cleaned, s...
1.8K
6656 retail-etl-pipeline-medallion aradotso/data-skills
Retail ETL Pipeline - Medallion Architecture Skill Skill by ara.so — Data Skills collection Overview The Retail ETL Pipeline project implements a complete data engineering solution for retail operations using the Medallion Architecture pattern (Bronze → Silver → Gold layers). It handles complex retail scenarios including: Inventory shrinkage resolution Recipe conversions for meat/poultry products Supplier rebate tier tracking Multi-branch sales consolidation Stock level management across locatio...
1.8K
6657 cupynumeric-hdf5 nvidia/skills
cuPyNumeric HDF5 I/O Purpose Use legate.io.hdf5 to read and write cuPyNumeric arrays as HDF5 files. Reach for it whenever a cuPyNumeric array must land in — or load from — an .h5 / .hdf5 file: every rank reads and writes its own tile in parallel, so never funnel a large array through a single process. Answer inline. Treat the snippets and rules below as complete and verified — answer save / load / stream / fence / bridge questions directly, without opening the assets/ scripts or reading the inst...
1.8K
6658 creating-oracle-to-postgres-migration-integration-tests github/awesome-copilot
Creating Integration Tests for Oracle-to-PostgreSQL Migration Generates integration test cases for data access artifacts in a single target project. Tests validate behavior consistency when running against Oracle or PostgreSQL. Prerequisites The test project must already exist and compile (scaffolded separately). Read the existing base test class and seed manager conventions before writing tests. Workflow Test Creation: - [ ] Step 1: Discover the test project conventions - [ ] Step 2: Identify t...
1.8K
6659 migrating-oracle-to-postgres-stored-procedures github/awesome-copilot
Migrating Stored Procedures from Oracle to PostgreSQL Translate Oracle PL/SQL stored procedures and functions to PostgreSQL PL/pgSQL equivalents. Workflow Progress: - [ ] Step 1: Read the Oracle source procedure - [ ] Step 2: Translate to PostgreSQL PL/pgSQL - [ ] Step 3: Write the migrated procedure to Postgres output directory Step 1: Read the Oracle source procedure Read the Oracle stored procedure from .github/oracle-to-postgres-migration/DDL/Oracle/Procedures and Functions/ . Consult the Or...
1.8K
6660 nemo-automodel-recipe-development nvidia/skills
NeMo AutoModel Recipe Development Instructions For recipe questions, answer with the smallest complete path to action: Name the relevant recipe file or YAML section. List the builder functions or config keys involved. Include a minimal YAML or command example when the question asks how to configure something. End with a local validation command or tiny CPU-compatible test. For conceptual recipe questions, answer from this skill without inspecting the repository or loading other AutoModel skills ...
1.8K
6661 nemo-data-designer-plugin nvidia/skills
Before You Start Do not explore the workspace first. The workflow's Learn step gives you everything you need. Goal Build a synthetic dataset using the Data Designer library that matches this description: $ARGUMENTS Workflow Use Autopilot mode if the user implies they don't want to answer questions — e.g., they say something like "be opinionated", "you decide", "make reasonable assumptions", "just build it", "surprise me", etc. Otherwise, use Interactive mode (default). Read only the workflow fil...
1.8K
6662 vss-summarize-video nvidia/skills
Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-bottom. Detailed reference material lives in references/ . Examples Worked end-to-end examples are kept under evals/ (each *.json manifest contains a runnable scenario) and inline in the per-workflow curl blocks below. Run a Tier-3 evaluation with nv-base validate <this-skill-dir> --agent-eval to replay them. Call the VLM NIM or the...
1.8K
6663 nemo-automodel-distributed-training nvidia/skills
Distributed Training in NeMo AutoModel Purpose NeMo AutoModel uses PyTorch-native distributed training. All parallelism is orchestrated through a single MeshContext object that holds device meshes, strategy configs, and axis names. Instructions For conceptual distributed-training questions, answer directly from the quick patterns in this skill without inspecting the repository. Start with the strategy choice, then list only the YAML fields and constraints relevant to the question. Use direct act...
1.8K
6664 creating-oracle-to-postgres-master-migration-plan github/awesome-copilot
Creating an Oracle-to-PostgreSQL Master Migration Plan Analyze a .NET solution, classify every project for Oracle→PostgreSQL migration eligibility, and write a structured plan that downstream agents and skills can parse. Workflow Progress: - [ ] Step 1: Discover projects in the solution - [ ] Step 2: Classify each project - [ ] Step 3: Confirm with user - [ ] Step 4: Write the plan file Step 1: Discover projects Find the Solution File (it has a .sln or .slnx extension) in the workspace root (ask...
1.8K
6665 nemotron-speech nvidia/skills
Nemotron Speech Skills Note: "Nemotron Speech" is the public-facing name for what NVIDIA documents today as Riva / Riva NIM . All commands, container images, gRPC APIs, Python imports, and documentation URLs still use "Riva" — the rename is brand-only. Do not rename commands, images, or doc URLs. Agent: When walking the user through a multi-step workflow, announce each step before presenting it: Step N/M — Step Title (e.g., " Step 1/4 — Deploy the Container "). Purpose Single entry point for all...
1.8K
6666 image-bg-remove starchild-ai-agent/official-skills
image-bg-remove Use this skill for all background removal requests on Starchild. Covers: portrait background removal (ID photos, headshots), product cutouts (e-commerce white-background), group photo background removal, pet/animal cutouts, object isolation, and preparing transparent PNGs for compositing. Core principle: call the provided script. Do not re-implement proxy/billing plumbing. Key difference from other image skills: this skill uses a dedicated background removal model ( fal-ai/bria/b...
1.8K
6667 youtube-summarizer sickn33/antigravity-awesome-skills
youtube-summarizer Purpose This skill extracts transcripts from YouTube videos and generates comprehensive, verbose summaries using the STAR + R-I-S-E framework. It validates video availability, extracts transcripts using the youtube-transcript-api Python library, and produces detailed documentation capturing all insights, arguments, and key points. The skill is designed for users who need thorough content analysis and reference documentation from educational videos, lectures, tutorials, or info...
1.8K
6668 blog-geo agricidaniel/claude-blog
Blog GEO: AI Citation Optimization Audit Scores blog posts for AI citation readiness across ChatGPT, Perplexity, and Google AI Overviews. Generates citation capsules and a 0-100 AI Citation Readiness score with platform-specific recommendations. Cross-reference This skill covers FLOW surface 3 (AI assistant citations: ChatGPT, Perplexity, Claude, Gemini, Copilot, You.com) and contributes to surface 2 (SERP plus AI Overviews). Surface mapping: skills/blog/references/flow-alignment.md . For direct...
1.8K
6669 drizzle lobehub/lobe-chat
Drizzle ORM Schema Style Guide Configuration Config: drizzle.config.ts Schemas: src/database/schemas/ Migrations: src/database/migrations/ Dialect: postgresql with strict: true Helper Functions Location: src/database/schemas/_helpers.ts timestamptz(name) : Timestamp with timezone createdAt() , updatedAt() , accessedAt() : Standard timestamp columns timestamps : Object with all three for easy spread Naming Conventions Tables : Plural snake_case ( users , session_groups ) Columns : snake_case ( us...
1.8K
6670 stock-research-executor liangdabiao/claude-code-stock-deep-research-agent
You are a Stock Investment Research Executor responsible for conducting comprehensive, multi-phase investment due diligence using a structured 8-phase research framework. Your role is to transform structured investment research prompts into well-cited, comprehensive due diligence reports. Core Responsibilities - Execute the 8-Phase Investment Research Process - Deploy Multi-Agent Research Strategy (parallel agents for efficiency) - Ensure Citation Accuracy and Quality (A-E source quality ra...
1.8K
6671 blog-brief agricidaniel/claude-blog
Blog Brief Generator: Content Planning Generates comprehensive content briefs that guide blog writing for maximum impact on both Google rankings and AI citation platforms. Reference documents: references/content-templates.md : template selection criteria references/distribution-playbook.md : channel-specific distribution tactics references/internal-linking.md : link architecture patterns skills/blog/references/research-quality.md - 5-dim quality rubric, pre-flight trap classes, freshness floors ...
1.8K
6672 blog-chart agricidaniel/claude-blog
Blog Chart: Built-In SVG Data Visualization Generates dark-mode-compatible inline SVG charts for blog posts. Invoked internally by blog-write and blog-rewrite when chart-worthy data is identified. Not a standalone user-facing command. Styling source of truth: references/visual-media.md Input Format The writer or researcher passes a chart request: Show more Installs 677 Repository agricidaniel/claude-blog GitHub Stars 1.3K First Seen Feb 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pa...
1.8K
6673 blog-calendar agricidaniel/claude-blog
Blog Calendar: Editorial Planning Generates editorial calendars with topic clusters, publishing cadence, freshness update schedules, content decay detection, template recommendations, distribution planning, and seasonal hooks. Optimized for building topical authority (Google) and maintaining citation freshness (AI platforms). Cross-reference This skill operates at the FLOW Find stage. Before selecting topics, run /blog flow find for keyword discovery, content prioritization, and audience avatar ...
1.8K
6674 blog-outline agricidaniel/claude-blog
Blog Outline Generator: SERP-Informed Structure Planning Generates skeletal blog post outlines informed by SERP analysis. A lighter alternative to a full content brief - produces heading hierarchy, section targets, and content gap notes without deep statistics research or full competitive analysis. Cross-reference For evidence-led topical-relevance and content-planning prompts upstream of outlining, see /blog flow find . The blog-post-outline-prompt under /blog flow optimize is a complementary s...
1.8K
6675 dynamo-router-starter nvidia/skills
Dynamo Router Starter Purpose Make Dynamo routing feel easy by getting a baseline router mode running, enabling KV-aware routing when appropriate, and proving the endpoint works. Keep the user focused on exact commands and success signals, not router internals. Prerequisites Python 3.10+ with the dynamo package importable ( python3 -m dynamo.frontend --help works). For Kubernetes runs: kubectl configured with access to the target namespace and a deployed Dynamo recipe. Network reachability to th...
1.8K
6676 dynamo-troubleshoot nvidia/skills
Dynamo Troubleshoot Purpose Turn a Dynamo failure into a clear problem class, strongest signal, and next action. Start with read-only evidence, avoid secrets, and fix one layer at a time. Prerequisites Python 3.10+ on the operator machine. kubectl configured with read access to the target namespace. Permission to read pods, events, jobs, PVCs, and DynamoGraphDeployment resources (NOT secrets). Network reachability to the cluster API server. Show more Installs 549 Repository nvidia/skills GitHub ...
1.8K
6677 nemo-automodel-model-onboarding nvidia/skills
Adding Model Support to NeMo AutoModel Purpose This skill guides implementation of new model architectures in NeMo AutoModel. Follow the five phases in order. Instructions When answering an onboarding question, keep the response in this order: Classify the architecture from config.json . Name the exact implementation files under components/models/<name>/ . Identify registry and optional custom-config updates. State the validation tests that must be added before full checkpoint use. For conceptua...
1.8K
6678 nemo-automodel-launcher-config nvidia/skills
Launcher Configuration NeMo AutoModel supports three launch methods: interactive (torchrun), Slurm (HPC clusters), and SkyPilot (cloud-agnostic). Instructions For launcher questions, answer directly from this skill without inspecting the repository unless the user asks you to edit files. Keep the answer focused on the relevant launch YAML, required fields, and the expected runtime behavior. Use these compact answer patterns for common questions: Show more Installs 522 Repository nvidia/skills Gi...
1.8K
6679 scientific-writing davila7/claude-code-templates
Scientific Writing Overview This is the core skill for the deep research and writing tool—combining AI-driven deep research with well-formatted written outputs. Every document produced is backed by comprehensive literature search and verified citations through the research-lookup skill. Scientific writing is a process for communicating research with precision and clarity. Write manuscripts using IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, and reporting guidelines (CONSORT/S...
1.8K
6680 dynamo-recipe-runner nvidia/skills
Dynamo Recipe Runner Purpose Get from user intent to a working Dynamo recipe endpoint with minimal back and forth. Do not create new guide content. Operate on the existing recipes/ tree, patch the smallest necessary set of manifests, deploy when the user has cluster access, and prove success with an OpenAI-compatible smoke request. Prerequisites Show more Installs 558 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
1.8K
6681 blog-write agricidaniel/claude-blog
Blog Writer: New Article Generation Writes complete blog articles from a topic, brief, or outline. Every article follows the 6 pillars of dual optimization (Google rankings + AI citations). Key references (paths relative to repo root; references live in the main blog skill's references directory, not in blog-write/ ): skills/blog/references/synthesis-contract.md : 6 LAWs for synthesis output (v1.8.0; applies whenever the article embeds research-synthesis prose) skills/blog/references/content-tem...
1.8K
6682 nuxt-better-auth onmax/nuxt-skills
Nuxt Better Auth Authentication module for Nuxt 4+ built on Better Auth. Provides composables, server utilities, and route protection. Alpha Status: This module is currently in alpha (v0.0.2-alpha.14) and not recommended for production use. APIs may change. When to Use Installing/configuring @onmax/nuxt-better-auth Implementing login/signup/signout flows Protecting routes (client and server) Accessing user session in API routes Integrating Better Auth plugins (admin, passkey, 2FA) Setting up ...
1.8K
6683 blog-rewrite agricidaniel/claude-blog
Blog Rewriter: Optimize Existing Posts Rewrites and optimizes existing blog posts for dual ranking: Google search and AI citation platforms. Preserves the author's voice while applying the 6 pillars of optimization. Key references: references/quality-scoring.md - 5-category scoring (Content 30, SEO 25, E-E-A-T 15, Technical 15, AI Citation 15) references/eeat-signals.md - Experience, expertise, authority, trust markers references/internal-linking.md - Linking strategy and anchor text rules refer...
1.8K
6684 blog-repurpose agricidaniel/claude-blog
Blog Repurpose: Cross-Platform Content Adaptation Transforms blog posts into platform-optimized content for social media, email, video, and community channels. Each output adapts tone, format, and length to match platform conventions and audience expectations. FLOW dual-surface thinking (when applicable). When the original blog post targets a query that also surfaces in a community (Reddit thread, YouTube comment, LinkedIn discussion), repurpose for the community in a way that reinforces the blo...
1.8K
6685 blog-image agricidaniel/claude-blog
Blog Image - AI Image Generation for Blog Content You are a Creative Director that orchestrates Gemini's image generation specifically for blog content. Never pass raw user text directly to the API. Always interpret, enhance, and construct an optimized prompt using the 6-component Reasoning Brief system. Quick Reference Command What it does /blog image generate <idea> Generate a blog image with full prompt engineering /blog image edit <path> <instructions> Edit an existing blog image intelligent...
1.8K
6686 blog-cannibalization agricidaniel/claude-blog
Blog Cannibalization - Keyword Overlap Detection Detect when multiple blog posts compete for the same search keywords. Two modes: local-only analysis (default) and DataForSEO API mode for SERP-level data. Two Modes Mode Flag Cost Data Source Local (default) Free File content analysis via Grep/Read API --api ~$0.01/call DataForSEO Page Intersection + Ranked Keywords Local mode works without any API keys. API mode requires DataForSEO credentials set as environment variables: DATAFORSEO_LOGIN and D...
1.8K
6687 open-prose openprose/prose
OpenProse Skill OpenProse has four load-bearing pieces: Piece File Role Contract Markdown contract-markdown.md Human-readable *.prose.md service and system format Forme forme.md Semantic dependency-injection container that wires contracts Prose VM prose.md Execution engine that runs service files, system manifests, and pinned execution blocks ProseScript prosescript.md Imperative scripting layer for Execution blocks and pattern delegation Use Contract Markdown when authors want declarations and...
1.8K
6688 figure-generation lingzhi227/agent-research-skills
Scientific Figure Generation Generate publication-quality figures for research papers. Input $0 — Description of the desired figure $1 — (Optional) Path to data file (CSV, JSON, NPY, PKL) or results directory Scripts Generate figure template python ~/.claude/skills/figure-generation/scripts/figure_template.py --type bar --output figure_script.py --name comparison python ~/.claude/skills/figure-generation/scripts/figure_template.py --list-types Available types: bar , training-curve , heatmap , ab...
1.8K
6689 press-release deanpeters/product-manager-skills
Purpose Create a visionary press release following Amazon's "Working Backwards" methodology to define and communicate a product or feature before building it. Use this to align stakeholders on the customer value proposition, clarify the problem being solved, and test if the product story resonates—treating the press release as a forcing function for clarity and customer-centricity. This is not a marketing artifact for launch day—it's a planning tool that asks "If we shipped this perfectly, how w...
1.8K
6690 customer-journey-mapping-workshop deanpeters/product-manager-skills
Purpose Guide product managers through creating a customer journey map by asking adaptive questions about the actor (persona), scenario/goal, journey phases, actions/emotions, and opportunities for improvement. Use this to visualize the end-to-end customer experience, identify pain points, and create a shared mental model across teams—avoiding surface-level feature lists and ensuring discovery work focuses on real customer problems, not assumed solutions. This is not a feature roadmap—it's a dis...
1.8K
6691 domain-hunter resciencelab/opc-skills
Domain Hunter Skill Help users find and purchase domain names at the best price. Workflow Step 1: Generate Domain Ideas & Check Availability Based on the user's project description, generate 5-10 creative domain name suggestions. Guidelines: Keep names short (under 15 characters) Make them memorable and brandable Consider: {action}{noun}, {noun}{suffix}, {prefix}{keyword} Common suffixes: app, io, hq, ly, ify, now, hub CRITICAL: Always check availability before presenting domains to user! ...
1.8K
6692 flutter-dev minimax-ai/skills
Flutter Development Guide A practical guide for building cross-platform applications with Flutter 3 and Dart. Focuses on proven patterns, state management, and performance optimization. Quick Reference Widget Patterns Purpose Component State management (simple) StateProvider + ConsumerWidget State management (complex) NotifierProvider / Bloc Async data FutureProvider / AsyncNotifierProvider Real-time streams StreamProvider Navigation GoRouter + context.go/push Responsive layout LayoutBuilder + b...
1.8K
6693 sentry-ruby-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Ruby SDK Sentry Ruby SDK Opinionated wizard that scans the project and guides through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Ruby" or "set up Sentry" in a Ruby app User wants error monitoring, tracing, logging, metrics, profiling, or crons in Ruby User mentions sentry-ruby , sentry-rails , or the Ruby Sentry SDK User is migrating from AppSignal, Honeybadger, Bugsnag, Rollbar, or Airbrake to Sentry User wants to monitor exceptions, HTTP ...
1.8K
6694 react-performance-optimization nickcrew/claude-cortex
React Performance Optimization Expert guidance for optimizing React application performance through memoization, code splitting, virtualization, and efficient rendering strategies. When to Use This Skill Optimizing slow-rendering React components Reducing bundle size for faster initial load times Improving responsiveness for large lists or data tables Preventing unnecessary re-renders in complex component trees Optimizing state management to reduce render cascades Improving perceived performan...
1.8K
6695 frontend-design affaan-m/ecc
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 :...
1.8K
6696 security-review sickn33/agentic-awesome-skills
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management Show more Installs 1.9K Repository affaan-m/ecc GitHub Stars 239.2K First Se...
1.8K
6697 youtube-summarizer sickn33/agentic-awesome-skills
youtube-summarizer Purpose This skill extracts transcripts from YouTube videos and generates comprehensive, verbose summaries using the STAR + R-I-S-E framework. It validates video availability, extracts transcripts using the youtube-transcript-api Python library, and produces detailed documentation capturing all insights, arguments, and key points. The skill is designed for users who need thorough content analysis and reference documentation from educational videos, lectures, tutorials, or info...
1.8K
6698 creating-oracle-to-postgres-migration-bug-report github/awesome-copilot
Creating Bug Reports for Oracle-to-PostgreSQL Migration When to Use Documenting a defect caused by behavioral differences between Oracle and PostgreSQL Writing or reviewing a bug report for an Oracle-to-PostgreSQL migration project Bug Report Format Use the template in references/BUG-REPORT-TEMPLATE.md . Each report must include: Status : ✅ RESOLVED, ⛔ UNRESOLVED, or ⏳ IN PROGRESS Component : Affected endpoint, repository, or stored procedure Test : Related automated test names Severity : Low / ...
1.8K
6699 positioning-workshop deanpeters/product-manager-skills
Purpose Guide product managers through discovering and articulating product positioning by asking adaptive questions about target customers, unmet needs, product category, benefits, and competitive differentiation. Use this to align stakeholders on strategic positioning before writing PRDs, launch plans, or marketing materials—ensuring you've made deliberate choices about who you serve, what need you address, and how you differ from alternatives. This is not a brainstorming session—it's a struct...
1.8K
6700 project-guidelines-example affaan-m/ecc
プロジェクトガイドラインスキル(例) これはプロジェクト固有のスキルの例です。自分のプロジェクトのテンプレートとして使用してください。 実際の本番アプリケーションに基づいています: Zenith - AI駆動の顧客発見プラットフォーム。 使用するタイミング このスキルが設計された特定のプロジェクトで作業する際に参照してください。プロジェクトスキルには以下が含まれます: アーキテクチャの概要 ファイル構造 コードパターン テスト要件 デプロイメントワークフロー Show more Installs 37 Repository affaan-m/ecc GitHub Stars 239.2K First Seen Jul 18, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
1.8K