███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 23801 | email-triage | terrylica/cc-skills |
Email Triage You are an email triage system. Your job is to process a user's inbox and, for each message, make four decisions: Pre-filter — Is this an automated calendar notification that can be silently skipped? Respond? — Does the latest message require the user to personally write a reply? Important? — Does this email contribute to the user's goals, relationships, or business outcomes? Urgent? — Does this email require action soon or have a time-sensitive deadline? For emails that need a resp...
|
46 |
| 23802 | rhythm-pacing | dylantarre/animation-principles |
Rhythm & Pacing Think like a composer scoring with motion. Animation is visual music. Beats, measures, crescendos, rests—all translate to movement and stillness across time. Core Mental Model Before animating any sequence, ask: What's the tempo, and where are the beats? Every good scene has rhythm. Fast-fast-slow. Action-rest-action. The pattern creates expectation; breaking the pattern creates surprise. Master the beat. The 12 Principles Through Music Timing — Tempo control. Frames per ac...
|
46 |
| 23803 | azure-ai-formrecognizer-java | sickn33/antigravity-awesome-skills |
Azure Document Intelligence (Form Recognizer) SDK for Java Build document analysis applications using the Azure AI Document Intelligence SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-formrecognizer </ artifactId > < version > 4.2.0-beta.1 </ version > </ dependency > Client Creation DocumentAnalysisClient import com . azure . ai . formrecognizer . documentanalysis . DocumentAnalysisClient ; import com . azure . ai . formrecognizer . document...
|
46 |
| 23804 | linear-labels | finesssee/linear-cli |
Labels List labels linear-cli l list Project labels linear-cli l list --type issue Issue labels Create label linear-cli l create "Feature" --color "10B981" linear-cli l create "Bug" --color "EF4444" --id-only Delete label linear-cli l delete LABEL_ID linear-cli l delete LABEL_ID --force Agent-optimized linear-cli l list --output json --compact Flags Flag Purpose --id-only Return ID only --output json JSON output --force Skip confirmation
|
46 |
| 23805 | skill-updater | oimiragieo/agent-studio |
Skill Updater Overview Use this skill to refresh an existing skill safely: research current best practices, compare against current implementation, generate a TDD patch backlog, apply updates, and verify ecosystem integration. When to Use Reflection flags stale or low-performing skill guidance EVOLVE determines capability exists but skill quality is outdated User asks to audit/refresh an existing skill Regression trends point to weak skill instructions, missing schemas, or stale command/hook wir...
|
46 |
| 23806 | godot-genre-shooter | thedivergentai/gd-agentic-skills |
Genre: Shooter (FPS/TPS) Gunplay feel, responsive combat, and competitive balance define shooters. Available Scripts advanced_weapon_controller.gd Expert pattern for recoil, bloom, and dual hitscan/projectile systems with object pooling notes. Core Loop Engage → Aim → Fire → Kill Confirm → Acquire Next NEVER Do in Shooters NEVER use _process() for hit detection — Hitscan MUST use physics raycasts in _physics_process() or on-demand. Frame-rate dependent accuracy breaks competitive integrity. NEVE...
|
46 |
| 23807 | audience segmenter | eddiebe147/claude-settings |
Audience Segmenter Divide your audience into meaningful segments that enable targeted, personalized marketing at scale. This skill helps you identify distinct customer groups based on behavior, demographics, psychographics, and value, then tailor your messaging and offers accordingly. One-size-fits-all marketing underperforms. This skill provides frameworks for discovering natural audience clusters, defining segment criteria, and developing differentiated strategies for each group. The result: h...
|
46 |
| 23808 | react-hooks-patterns | thebushidocollective/han |
Master React Hooks to build modern, functional React components. This skill covers built-in hooks, custom hooks, and advanced patterns for state management and side effects. useState Hook ``` import { useState } from 'react'; function Counter() { const [count, setCount] = useState(0); const increment = () => setCount(count + 1); const decrement = () => setCount(prev => prev - 1); return ( <div> <p>Count: {count}</p> <button onClick={increment}>+</button> <...
|
46 |
| 23809 | design-critique | petekp/claude-code-setup |
/design-critique If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Get structured design feedback across multiple dimensions. Usage /design-critique $ARGUMENTS Review the design: @$1 If a Figma URL is provided, pull the design from Figma. If a file is referenced, read it. Otherwise, ask the user to describe or share their design. What I Need From You The design : Figma URL, screenshot, or detailed description Context : What is this? Who is it for?...
|
46 |
| 23810 | kanban | duc01226/easyplatform |
Provides comprehensive Kanban methodology capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - Kanban board setup - WIP limit configuration - Flow metrics analysis - Continuous delivery workflows - Pull-based systems Kanban Board Structure ``` ┌────────────┬────────────┬────────────┬────────────┬────────────┐ │ BACKLOG │ TO DO │ IN PROGRESS│ REVIEW │ DONE │ │ (∞) │ (10) │ (5) │...
|
46 |
| 23811 | web-artifacts-builder | guanyang/antigravity-skills |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
46 |
| 23812 | publication-converter | qodex-ai/ai-agent-skills |
Markdown to EPUB Converter Skill This skill transforms markdown documents into professional EPUB ebook files. Perfect for converting research documents, blog posts, articles, or chat conversation summaries into portable, device-agnostic ebook formats. Overview The skill accepts markdown content in multiple formats and generates a properly formatted EPUB3 file that works across all major ebook readers including: Apple Books Amazon Kindle (via Kindle for Mac/Windows/iOS/Android) Google Play Bo...
|
46 |
| 23813 | video-tool | alejandro-ao/video-tool-cli |
Video Tool CLI AI-powered video processing toolkit with ffmpeg operations, Whisper transcription, and content generation. Installation Status video-tool: !which video-tool > /dev/null && echo "INSTALLED" || echo "NOT INSTALLED - run installation below" uv: !which uv > /dev/null && echo "INSTALLED" || echo "NOT INSTALLED" If video-tool is not installed, run the installation commands below before proceeding. Installation Install uv first (if not installed) curl -LsSf https://astral.sh/uv/ins...
|
46 |
| 23814 | nx-workspace | tech-leads-club/agent-skills |
Nx Workspace Exploration This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies. Keep in mind that you might have to prefix commands with npx / pnpx / yarn if nx isn't installed globally. Check the lockfile to determine the package manager in use. Listing Projects Use nx show projects to list projects in the workspace. The project filtering syntax ( -p / --projects ) works across many Nx com...
|
46 |
| 23815 | wms-testing-patterns | proffesor-for-testing/agentic-qe |
WMS Testing Patterns <default_to_action> When testing Warehouse Management Systems: VALIDATE inventory accuracy (receipt, putaway, cycle count, adjustments) TEST pick/pack/ship workflows end-to-end (wave release -> shipment confirm) VERIFY EDI message processing (856 ASN, 940 Order, 945 Confirmation, 943/944 Stock) ASSERT RF/barcode scanning flows (scan -> validate -> update -> confirm) EXERCISE allocation and replenishment logic (FIFO, FEFO, lot control) TEST WMS-ERP integration (inventory sync...
|
46 |
| 23816 | context-optimization | guanyang/antigravity-skills |
Context Optimization Techniques Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts. When to Use Activate this skill when: Context limits constrain task complexity Optimizing for cost ...
|
46 |
| 23817 | alicloud-ai-audio-livetranslate | cinience/alicloud-skills |
Category: provider Model Studio Qwen LiveTranslate Validation mkdir -p output/alicloud-ai-audio-livetranslate python -m py_compile skills/ai/audio/alicloud-ai-audio-livetranslate/scripts/prepare_livetranslate_request.py && echo "py_compile_ok" > output/alicloud-ai-audio-livetranslate/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-audio-livetranslate/validate.txt is generated. Output And Evidence Save translation session payloads and response summaries under output/alicloud-ai...
|
46 |
| 23818 | fundraising strategist | eddiebe147/claude-settings |
Fundraising Strategist Plan fundraising rounds, target investors, and develop raise strategies When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create fundraising strategist fundraising strategy Review and optimize review fundraising strategist Get best practices fundra...
|
46 |
| 23819 | workflow-template-extractor | heyvhuang/ship-faster |
Workflow: Template Extractor (Real Project → Template) Goal: Turn a real project into a shareable, runnable template in templates/ with minimal manual cleanup. This is intended for “proven projects” you want to reuse as a baseline for future builds. Input (pass paths only) source_repo_root : Path to the real project target_repo_root : Ship Faster repository root (where templates/ lives) run_dir : runs/template-extractor/active/<run_id>/ extract_spec.md : What to keep/remove/generalize (brand, co...
|
46 |
| 23820 | sentry-setup-ai-monitoring | getsentry/agent-skills |
All Skills > Feature Setup > AI Monitoring Setup Sentry AI Agent Monitoring Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption. Invoke This Skill When User asks to "monitor AI/LLM calls" or "track OpenAI/Anthropic usage" User wants "AI observability" or "agent monitoring" User asks about token usage, model latency, or AI costs Important: The SDK versions, API names, and code samples below are examples. Always verify against docs.sentry.io before implementing...
|
46 |
| 23821 | farming-expert | personamanagmentlayer/pcl |
Expert guidance for precision agriculture, farm management systems, crop monitoring, IoT sensors, and agricultural technology. Core Concepts Precision Agriculture - GPS-guided equipment - Variable rate technology - Crop monitoring and sensors - Soil analysis and mapping - Drone/satellite imagery - Automated irrigation systems Farm Management - Crop planning and rotation - Resource optimization - Yield prediction - Weather forecasting integration - Equipment maintenance - Financ...
|
46 |
| 23822 | kinesis-stream-processor | dengineproblem/agents-monorepo |
AWS Kinesis Stream Processor Expert in building real-time data streaming applications with AWS Kinesis. Core Concepts Kinesis Components Component Purpose Use Case Data Streams Real-time data ingestion Custom processing, low latency Data Firehose Delivery to destinations S3, Redshift, Elasticsearch Data Analytics SQL-based processing Real-time analytics Video Streams Video streaming IoT, media processing Key Limits Kinesis Data Streams : per_shard : write : "1,000 records/sec OR 1 MB/sec" read :...
|
46 |
| 23823 | review-merge-readiness | heyvhuang/ship-faster |
Requesting Code Review (Structured Review: Requirements Alignment + Production Readiness) Goal: Make code review a repeatable process, not random comments. Core principle: Review early, review often. When Review is Required Mandatory: After completing important features After each batch in workflow-execute-plans ends (default 3 tasks per batch) Before merging to main branch Optional but valuable: When stuck (get a fresh perspective) Before major refactoring (establish baseline first) After fixin...
|
46 |
| 23824 | azure-expert | questfortech-investments/claude-code-skills |
Azure Expert Overview Transform into an Azure cloud expert with comprehensive knowledge of Azure services, architecture patterns, deployment strategies, and best practices. This skill provides everything needed to design, deploy, troubleshoot, and optimize Azure solutions across all major services and technology stacks. Core Capabilities 1. Service Selection & Architecture Design Guide users through selecting the right Azure services for their needs using decision trees and comparison matrice...
|
46 |
| 23825 | agent-teams | devxoul/agent-messenger |
Agent Teams Skill Load with: base.md + code-review.md + security.md + session-management.md Purpose: Every project initialized with claude-bootstrap runs as a coordinated team of AI agents. This is the default workflow, not optional. Teams enforce a strict TDD pipeline where no step can be skipped. Requires: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 environment variable. Core Principle Every feature follows an immutable pipeline enforced by task dependencies: ┌──────────────────────────────────────...
|
46 |
| 23826 | supabase | heyvhuang/ship-faster |
Supabase Core Principles 1. Supabase changes frequently — verify against current docs before implementing. Do not rely on training data for Supabase features. Function signatures, config.toml settings, and API conventions change between versions. Before implementing, look up the relevant topic using the documentation access methods below. 2. Verify your work. After implementing any fix, run a test query to confirm the change works. A fix without verification is incomplete. 3. Recover from errors...
|
46 |
| 23827 | react-native-unistyles-v3 | jpudysz/react-native-unistyles |
React Native Unistyles v3 Skill You are assisting with React Native Unistyles v3 styling. v3 is a zero-re-render styling library with a C++ core (Nitro Modules) and Babel plugin that processes StyleSheets at build time. It replaces React Native's StyleSheet with a reactive, theme-aware, responsive system. Prerequisites React Native 0.78+ with New Architecture mandatory (default from RN 0.83+) React 19+ (enforced at runtime) react-native-nitro-modules (native bridge dependency) react-native-edge-...
|
46 |
| 23828 | integration-spec | dengineproblem/agents-monorepo |
Integration Specification Writer Expert in writing comprehensive integration specifications that serve as contracts between systems. Essential Components Every integration spec must include: Integration Overview : Purpose, scope, and high-level architecture Authentication & Authorization : Security mechanisms and token handling Endpoint Definitions : Complete API contract with request/response schemas Data Models : Structured definitions of all data objects Error Handling : Comprehensive error c...
|
46 |
| 23829 | ast-grep | ampcode/amp-contrib |
ast-grep Code Search Overview This skill helps translate natural language queries into ast-grep rules for structural code search. ast-grep uses Abstract Syntax Tree (AST) patterns to match code based on its structure rather than just text, enabling powerful and precise code search across large codebases. When to Use This Skill Use this skill when users: Need to search for code patterns using structural matching (e.g., "find all async functions that don't have error handling") Want to locate ...
|
46 |
| 23830 | marketing-operations | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
46 |
| 23831 | rag-implementation | ovachiever/droid-tings |
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
|
46 |
| 23832 | incremental-commits | epicenterhq/epicenter |
Incremental Commits When a feature touches multiple files, implement in waves . Each wave is one logical concern, one commit. This creates a clean git history that tells a story. The Pattern Wave 1: Foundation (types, interfaces) ↓ Wave 2: Factories/Builders (functions that create instances) ↓ Wave 3: Contracts/APIs (public interfaces that use types) ↓ Wave 4: Infrastructure (utilities, converters, dependencies) ↓ Wave 5: Consumers (apps, UI, integrations) Not every change needs all waves. A sim...
|
46 |
| 23833 | 1k-app-upgrade-test | onekeyhq/app-monorepo |
Test Version Creation Automates creation of test version branches with hardcoded build configurations for testing app upgrade functionality and version migration flows. Quick Reference Version Pattern Test versions follow the pattern: 9XXX.YY.Z 9XXX - Test version indicator (e.g., 9005) YY.Z - Matches production version being tested Example: 9005.20.0 for testing production 5.20.0 Build Number Formula Build number is calculated as: DATE = $( date +%Y%m%d ) BUILD_NUMBER = $(( ${DATE} 00 + 30 )) F...
|
46 |
| 23834 | modern-best-practice-react-components | academind/ai-config |
We're using modern React (19+) and we're following common best practices focused on clarity, correctness, and maintainability. Component Structure & Style - PREFER small, focused components with a single responsibility - PREFER named `function` components over arrow functions Exception: anonymous callbacks, inline render props, and closures - PREFER explicit return types and props typing (TypeScript) where applicable - Keep components flat and readable; avoid deeply nested JSX - Group re...
|
46 |
| 23835 | concept-scaffolding | panaversity/agentfactory |
Concept Scaffolding Skill v3.0 (Reasoning-Activated) Version : 3.0.0 Pattern : Persona + Questions + Principles Layer : 1-2 (Manual Foundation + AI Collaboration) Activation Mode : Reasoning (not prediction) Quick Reference When to use : Designing the PROGRESSION of a lesson or chapter Complements : learning-objectives (which defines outcomes) + exercise-pack (which creates practice exercises) Output : Scaffolding plan with 3-7 steps, cognitive load per step, validation checkpoints Key Decisions...
|
46 |
| 23836 | youtube-channels | zeropointrepo/youtube-skills |
YouTube Channels YouTube channel tools via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your shell profil...
|
46 |
| 23837 | subagent-driven-development | guanyang/antigravity-skills |
Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
|
46 |
| 23838 | infographic-structure-creator | antvis/infographic |
Infographic Structure Creator Overview Generate complete Structure component code for the infographic framework, following the project's component rules, layout constraints, and registration requirements. Workflow Read references/structure-prompt.md for the full framework rules, allowed components, and output requirements. Clarify minimal requirements if missing: structure category, layout direction, hierarchy depth, and whether add/remove buttons are needed. Choose Item vs Items, compute layo...
|
46 |
| 23839 | lessons-learned | shihyuho/skills |
Lessons Learned A self-improvement loop that stores atomic Zettelkasten lesson cards, recalls relevant lessons before work, and captures reusable lessons after work to avoid repeating the same mistakes. Trigger Contract Invoke this skill in these moments: Task start : Run recall before implementation. During task : Run capture when the user corrects your approach. Task end : Evaluate capture criteria and auto-capture qualifying lessons. Do not trigger for: One-off factual Q&A with no reusable pr...
|
46 |
| 23840 | privilege-escalation-methods | sickn33/antigravity-awesome-skills |
Privilege Escalation Methods Purpose Provide comprehensive techniques for escalating privileges from a low-privileged user to root/administrator access on compromised Linux and Windows systems. Essential for penetration testing post-exploitation phase and red team operations. Inputs/Prerequisites Initial low-privilege shell access on target system Kali Linux or penetration testing distribution Tools: Mimikatz, PowerView, PowerUpSQL, Responder, Impacket, Rubeus Understanding of Windows/Linux priv...
|
46 |
| 23841 | peer reviewer | eddiebe147/claude-settings |
Peer Reviewer Conduct thorough peer reviews of academic and technical documents When to Use This Skill Use this skill when you need to: Analyze data and extract insights Conduct thorough investigation Synthesize complex information Not recommended for: Tasks requiring creative content generation business operations Quick Reference Action Command/Trigger Create peer reviewer peer review Review and optimize review peer reviewer Get best practices peer reviewer best practices Core Workflows Workflo...
|
46 |
| 23842 | sql-query-optimizer | patricio0312rev/skills |
SQL Query Optimizer Optimize SQL queries for maximum performance. EXPLAIN Analysis -- Original slow query EXPLAIN ANALYZE SELECT u.*, COUNT(o.id) as order_count FROM users u LEFT JOIN orders o ON o.user_id = u.id WHERE u.created_at > '2024-01-01' GROUP BY u.id ORDER BY order_count DESC LIMIT 10; -- Output analysis: /* Sort (cost=15234.32..15234.34 rows=10 width=120) (actual time=245.123..245.125 rows=10 loops=1) Sort Key: (count(o.id)) DESC -> HashAggregate (cost=15000.00..15100.00 row...
|
46 |
| 23843 | x-monitor | ythx-101/x-monitor |
X Monitor Monitor tweet replies and detect questions for AI-assisted answering. When to Use User says "monitor this tweet", "watch replies", "check comments" User shares a tweet link and wants to track responses User needs help answering technical questions in their tweet replies When NOT to Use Just fetching a single tweet's content → use x-tweet-fetcher Posting or replying on X → not supported (read-only) Searching X for topics → use x-research Usage Fetch all replies on a tweet python3 scrip...
|
46 |
| 23844 | referral program designer | eddiebe147/claude-settings |
Referral Program Designer Create referral programs that turn happy customers into active promoters. This skill helps you design incentive structures, referral mechanics, and program experiences that motivate sharing and drive cost-effective customer acquisition. Referrals are the gold standard of marketing - lower CAC, higher LTV, and built-in social proof. This skill provides frameworks for incentive design, program mechanics, viral loop optimization, and measurement. Learn from programs like D...
|
46 |
| 23845 | sparv | cexll/myclaude |
SPARV Five-phase workflow: Specify → Plan → Act → Review → Vault. Goal: Complete "requirements → verifiable delivery" in one pass, recording key decisions in external memory instead of relying on assumptions. Core Rules (Mandatory) 10-Point Specify Gate: Spec score 0-10; must be >=9 to enter Plan. 2-Action Save: Append an entry to .sparv/journal.md every 2 tool calls. 3-Failure Protocol: Stop and escalate to user after 3 consecutive failures. EHRB: Require explicit user confirmation when high...
|
46 |
| 23846 | launch planner | eddiebe147/claude-settings |
Launch Planner Plan and orchestrate successful product and company launches with timeline and tasks When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create launch planner launch planning Review and optimize review launch planner Get best practices launch planner best pr...
|
46 |
| 23847 | community-builder | ncklrs/startup-os-skills |
Community Builder Expert guidance for building, growing, and nurturing thriving online communities — from platform selection to engagement programs to community-led growth strategies. Philosophy Great communities are built on three pillars: Shared purpose — Members need a reason bigger than the product Genuine connection — People stay for people, not features Member empowerment — The best communities run themselves How This Skill Works When invoked, apply the guidelines in rules/ organized by: s...
|
46 |
| 23848 | vb6-legacy | bobmatnyc/claude-mpm-skills |
VB6 Legacy and COM Interop Patterns for maintaining VB6 code and strategies for migrating to VB.NET with COM interop. VB6 to VB.NET Migration Key Differences ' VB6 - Variant types Dim data As Variant data = 123 data = "Hello" ' VB.NET - Strong typing with Option Strict On Option Strict On Dim data As Object ' Still avoid when possible Dim number As Integer = 123 Dim text As String = "Hello" ' VB6 - Default properties Text1 . Text = "Hello" Text1 = "Hello" ' Uses default Text property ' VB.NET - ...
|
46 |
| 23849 | slidev-mermaid | yoanbernabeu/slidev-skills |
This skill covers creating visual diagrams using Mermaid syntax in Slidev presentations. Mermaid allows you to create flowcharts, sequence diagrams, class diagrams, and many other diagram types using simple text. When to Use This Skill - Creating flowcharts and process diagrams - Showing system architecture - Visualizing sequences and workflows - Creating class and entity diagrams - Building organizational charts - Displaying timelines and Gantt charts Basic Syntax Use a code block wi...
|
46 |
| 23850 | azure-security-keyvault-keys-java | sickn33/antigravity-awesome-skills |
Azure Key Vault Keys (Java) Manage cryptographic keys and perform cryptographic operations in Azure Key Vault and Managed HSM. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-security-keyvault-keys </ artifactId > < version > 4.9.0 </ version > </ dependency > Client Creation import com . azure . security . keyvault . keys . KeyClient ; import com . azure . security . keyvault . keys . KeyClientBuilder ; import com . azure . security . keyvault . keys . crypto...
|
46 |