@nockdev/awf 6.2.0 → 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/build.yaml +3 -3
- package/.agent/config.yaml +21 -146
- package/.agent/core/AGENT_BEHAVIOR.md +86 -0
- package/.agent/core/AUDIT_POLICY.md +1 -1
- package/.agent/core/CACHE.md +1 -1
- package/.agent/core/COMMANDS.md +16 -7
- package/.agent/core/CUSTOMIZE.md +61 -3
- package/.agent/core/DATA_SAFETY.md +1 -1
- package/.agent/core/MEMORY_PATHS.yaml +2 -2
- package/.agent/core/PERMISSIONS.md +1 -1
- package/.agent/core/README.md +1 -1
- package/.agent/core/VERSION.yaml +18 -8
- package/.agent/core/{ACTIVE_MEMORY.yaml → archive/ACTIVE_MEMORY.yaml} +2 -2
- package/.agent/core/{CHECKPOINT.yaml → archive/CHECKPOINT.yaml} +2 -2
- package/.agent/core/{CLEANUP_ENGINE.yaml → archive/CLEANUP_ENGINE.yaml} +2 -2
- package/.agent/core/{CONTEXT_INJECTOR.yaml → archive/CONTEXT_INJECTOR.yaml} +2 -2
- package/.agent/core/{CONTEXT_LOADER.yaml → archive/CONTEXT_LOADER.yaml} +1 -1
- package/.agent/core/{CONTEXT_OPTIMIZATION.yaml → archive/CONTEXT_OPTIMIZATION.yaml} +1 -1
- package/.agent/core/{CONTEXT_PRIORITY.yaml → archive/CONTEXT_PRIORITY.yaml} +2 -2
- package/.agent/core/{FLOW_ENGINE.yaml → archive/FLOW_ENGINE.yaml} +1 -1
- package/.agent/core/{GRAPH_MEMORY.yaml → archive/GRAPH_MEMORY.yaml} +1 -1
- package/.agent/core/{HYBRID_ROUTER.yaml → archive/HYBRID_ROUTER.yaml} +1 -1
- package/.agent/core/{INTENT_DETECTION.yaml → archive/INTENT_DETECTION.yaml} +1 -1
- package/.agent/core/{MEMORY_CONSOLIDATION.yaml → archive/MEMORY_CONSOLIDATION.yaml} +3 -3
- package/.agent/core/{MEMORY_ENGINE.yaml → archive/MEMORY_ENGINE.yaml} +2 -2
- package/.agent/core/{MEMORY_UTILS.yaml → archive/MEMORY_UTILS.yaml} +1 -1
- package/.agent/core/{REFLECTION_ENGINE.yaml → archive/REFLECTION_ENGINE.yaml} +1 -1
- package/.agent/core/{ROUTER.yaml → archive/ROUTER.yaml} +5 -5
- package/.agent/core/{SCORING_FORMULA.yaml → archive/SCORING_FORMULA.yaml} +2 -2
- package/.agent/core/{SEMANTIC_ENGINE.yaml → archive/SEMANTIC_ENGINE.yaml} +1 -1
- package/.agent/core/{SKILLS_FLOW.yaml → archive/SKILLS_FLOW.yaml} +2 -2
- package/.agent/core/{STATE_MACHINE.yaml → archive/STATE_MACHINE.yaml} +1 -1
- package/.agent/core/{SUMMARIZATION_ENGINE.yaml → archive/SUMMARIZATION_ENGINE.yaml} +2 -2
- package/.agent/core/{TOKEN_BUDGETS.yaml → archive/TOKEN_BUDGETS.yaml} +2 -2
- package/.agent/core/{TOKEN_LOADING.yaml → archive/TOKEN_LOADING.yaml} +2 -2
- package/.agent/core/{TOKEN_SUMMARY.yaml → archive/TOKEN_SUMMARY.yaml} +2 -2
- package/.agent/core/{CODING_STYLES.yaml → reference/CODING_STYLES.yaml} +1 -1
- package/.agent/core/{LIBRARY_REGISTRY.yaml → reference/LIBRARY_REGISTRY.yaml} +1 -1
- package/.agent/core/{MCP_TOOLS.yaml → reference/MCP_TOOLS.yaml} +2 -2
- package/.agent/core/{PATTERNS.yaml → reference/PATTERNS.yaml} +1 -1
- package/.agent/core/{SKILL_SCHEMA.yaml → reference/SKILL_SCHEMA.yaml} +2 -2
- package/.agent/i18n/en.yaml +6 -6
- package/.agent/i18n/vi.yaml +6 -6
- package/.agent/ide/README.md +1 -1
- package/.agent/ide/amazonq.json +3 -3
- package/.agent/ide/amp.json +4 -3
- package/.agent/ide/antigravity.json +4 -3
- package/.agent/ide/augment.json +4 -4
- package/.agent/ide/claude.json +4 -3
- package/.agent/ide/cline.json +4 -3
- package/.agent/ide/codex.json +6 -1
- package/.agent/ide/cody.json +4 -3
- package/.agent/ide/continue.json +4 -3
- package/.agent/ide/cursor.json +4 -3
- package/.agent/ide/gemini.json +4 -3
- package/.agent/ide/jetbrains.json +4 -3
- package/.agent/ide/kiro.json +4 -3
- package/.agent/ide/opencode.json +4 -3
- package/.agent/ide/roo.json +4 -3
- package/.agent/ide/tabnine.json +4 -3
- package/.agent/ide/trae.json +4 -3
- package/.agent/ide/vscode.json +4 -3
- package/.agent/ide/windsurf.json +4 -3
- package/.agent/ide/zed.json +4 -3
- package/.agent/manifest.yaml +142 -34
- package/.agent/memory/core_memory/persona.json +2 -2
- package/.agent/memory/core_memory/project.json +1 -1
- package/.agent/memory/core_memory/rules.json +1 -1
- package/.agent/memory/core_memory/user.json +1 -1
- package/.agent/memory/graph/knowledge_graph.json +1 -1
- package/.agent/memory/patterns/errors.json +1 -1
- package/.agent/memory/patterns/successes.json +1 -1
- package/.agent/memory/state.json +3 -3
- package/.agent/personas/README.md +1 -1
- package/.agent/personas/architect.md +1 -1
- package/.agent/personas/auditor.md +1 -1
- package/.agent/personas/debugger.md +1 -1
- package/.agent/personas/developer.md +1 -1
- package/.agent/personas/devops.md +1 -1
- package/.agent/personas/documenter.md +1 -1
- package/.agent/personas/orchestrator.md +1 -1
- package/.agent/personas/persona.schema.yaml +1 -1
- package/.agent/personas/planner.md +1 -1
- package/.agent/personas/researcher.md +1 -1
- package/.agent/personas/security.md +1 -1
- package/.agent/personas/tester.md +1 -1
- package/.agent/private/README.md +74 -0
- package/.agent/private/_index.yaml +23 -0
- package/.agent/private/_template/META.yaml +38 -0
- package/.agent/private/_template/SKILL.md +43 -0
- package/.agent/private/_template/data/.gitkeep +0 -0
- package/.agent/private/autodomyh-api/META.yaml +48 -0
- package/.agent/private/autodomyh-api/SKILL.md +141 -0
- package/.agent/private/autodomyh-api/data/conventions.yaml +107 -0
- package/.agent/rules/README.md +24 -18
- package/.agent/rules/SACRED_RULES.xml +42 -36
- package/.agent/rules/{constitutional → archive/constitutional}/tier-0-core.yaml +5 -5
- package/.agent/rules/{constitutional → archive/constitutional}/tier-1-safety.yaml +5 -5
- package/.agent/rules/{constitutional → archive/constitutional}/tier-2-execution.yaml +6 -6
- package/.agent/rules/{modules → archive}/context-management.yaml +1 -1
- package/.agent/rules/{duplication-prevention.md → archive/duplication-prevention.md} +1 -1
- package/.agent/rules/{modules → archive}/evidence.yaml +1 -1
- package/.agent/rules/{project-detection.md → archive/project-detection.md} +1 -1
- package/.agent/rules/{modules → archive}/reflection.yaml +1 -1
- package/.agent/rules/{modules → archive}/versioning.yaml +3 -3
- package/.agent/rules/data/build-systems.yaml +2 -2
- package/.agent/rules/modules/agent-delegation.yaml +136 -0
- package/.agent/rules/modules/edit-verification.yaml +1 -1
- package/.agent/rules/modules/git-workflow.yaml +1 -1
- package/.agent/rules/modules/language.yaml +1 -1
- package/.agent/rules/modules/online-research.yaml +1 -1
- package/.agent/rules/modules/performance-optimization.yaml +141 -0
- package/.agent/rules/modules/quality.yaml +1 -1
- package/.agent/rules/modules/stop-conditions.yaml +1 -1
- package/.agent/rules/modules/terminal-safety.yaml +1 -1
- package/.agent/rules/modules/yagni.yaml +1 -1
- package/.agent/rules/validation-framework.md +1 -1
- package/.agent/skills/DEVELOPMENT.yaml +5 -5
- package/.agent/skills/README.md +19 -16
- package/.agent/skills/_categories.yaml +60 -8
- package/.agent/skills/_router.yaml +61 -19
- package/.agent/skills/ai-ml/ai-agents/META.yaml +127 -0
- package/.agent/skills/ai-ml/ai-agents/SKILL.md +139 -0
- package/.agent/skills/ai-ml/ai-agents/data/agent-rules.yaml +120 -0
- package/.agent/skills/ai-ml/ai-agents/data/llm-integration.yaml +129 -0
- package/.agent/skills/ai-ml/ai-agents/data/memory-patterns.yaml +123 -0
- package/.agent/skills/ai-ml/ai-agents/data/orchestration-patterns.yaml +101 -0
- package/.agent/skills/ai-ml/gemini-live/META.yaml +55 -0
- package/.agent/skills/ai-ml/gemini-live/SKILL.md +155 -0
- package/.agent/skills/ai-ml/gemini-live/data/code-execution.yaml +131 -0
- package/.agent/skills/ai-ml/gemini-live/data/context-caching.yaml +96 -0
- package/.agent/skills/ai-ml/gemini-live/data/grounding.yaml +97 -0
- package/.agent/skills/ai-ml/gemini-live/data/live-api.yaml +103 -0
- package/.agent/skills/ai-ml/gemini-media-gen/META.yaml +56 -0
- package/.agent/skills/ai-ml/gemini-media-gen/SKILL.md +128 -0
- package/.agent/skills/ai-ml/gemini-media-gen/data/files-api.yaml +96 -0
- package/.agent/skills/ai-ml/gemini-media-gen/data/image-models.yaml +112 -0
- package/.agent/skills/ai-ml/gemini-media-gen/data/image-prompts.yaml +131 -0
- package/.agent/skills/ai-ml/gemini-media-gen/data/video-generation.yaml +131 -0
- package/.agent/skills/ai-ml/gemini-tts/META.yaml +49 -0
- package/.agent/skills/ai-ml/gemini-tts/SKILL.md +124 -0
- package/.agent/skills/ai-ml/gemini-tts/data/markup-tags.yaml +95 -0
- package/.agent/skills/ai-ml/gemini-tts/data/models.yaml +124 -0
- package/.agent/skills/ai-ml/gemini-tts/data/prompting-patterns.yaml +81 -0
- package/.agent/skills/ai-ml/prompt-engineering/META.yaml +77 -0
- package/.agent/skills/ai-ml/prompt-engineering/SKILL.md +217 -0
- package/.agent/skills/ai-ml/prompt-engineering/data/gemini3-patterns.yaml +170 -0
- package/.agent/skills/ai-ml/prompt-engineering/data/output-patterns.yaml +73 -0
- package/.agent/skills/ai-ml/prompt-engineering/data/provider-patterns.yaml +82 -0
- package/.agent/skills/ai-ml/prompt-engineering/data/reasoning-patterns.yaml +86 -0
- package/.agent/skills/ai-ml/prompt-engineering/data/safety-patterns.yaml +71 -0
- package/.agent/skills/ai-ml/prompt-engineering/data/tool-patterns.yaml +173 -0
- package/.agent/skills/ai-ml/rag-patterns/META.yaml +57 -0
- package/.agent/skills/ai-ml/rag-patterns/SKILL.md +92 -0
- package/.agent/skills/ai-ml/rag-patterns/data/chunking-strategies.yaml +71 -0
- package/.agent/skills/ai-ml/rag-patterns/data/embedding-models.yaml +76 -0
- package/.agent/skills/ai-ml/rag-patterns/data/evaluation.yaml +92 -0
- package/.agent/skills/ai-ml/rag-patterns/data/retrieval-patterns.yaml +101 -0
- package/.agent/skills/ai-ml/rag-patterns/data/vector-databases.yaml +103 -0
- package/.agent/skills/ai-ml/vector-search/META.yaml +63 -0
- package/.agent/skills/ai-ml/vector-search/SKILL.md +110 -0
- package/.agent/skills/ai-ml/vector-search/data/embedding-models.yaml +117 -0
- package/.agent/skills/ai-ml/vector-search/data/search-patterns.yaml +118 -0
- package/.agent/skills/ai-ml/vector-search/data/vector-dbs.yaml +155 -0
- package/.agent/skills/core/api-design/META.yaml +1 -5
- package/.agent/skills/core/api-design/SKILL.md +20 -26
- package/.agent/skills/core/api-design/data/api-versioning.yaml +211 -211
- package/.agent/skills/core/api-design/data/error-responses.yaml +129 -129
- package/.agent/skills/core/api-design/data/graphql-patterns.yaml +159 -159
- package/.agent/skills/core/api-design/data/grpc-patterns.yaml +159 -159
- package/.agent/skills/core/api-design/data/http-status-codes.yaml +170 -170
- package/.agent/skills/core/api-design/data/modern-api-patterns.yaml +160 -0
- package/.agent/skills/core/api-design/data/pagination.yaml +115 -115
- package/.agent/skills/core/api-design/data/rate-limiting.yaml +129 -129
- package/.agent/skills/core/api-design/data/rest-patterns.yaml +189 -189
- package/.agent/skills/core/api-design/data/test-apis.yaml +211 -211
- package/.agent/skills/core/authentication/META.yaml +1 -5
- package/.agent/skills/core/authentication/SKILL.md +36 -43
- package/.agent/skills/core/authentication/data/anti-patterns.yaml +129 -129
- package/.agent/skills/core/authentication/data/core-patterns.yaml +250 -250
- package/.agent/skills/core/authentication/data/jwt-patterns.yaml +249 -249
- package/.agent/skills/core/authentication/data/language-csharp.yaml +209 -209
- package/.agent/skills/core/authentication/data/language-go.yaml +209 -209
- package/.agent/skills/core/authentication/data/language-java.yaml +209 -209
- package/.agent/skills/core/authentication/data/language-mobile.yaml +209 -209
- package/.agent/skills/core/authentication/data/language-python.yaml +209 -209
- package/.agent/skills/core/authentication/data/language-rust.yaml +209 -209
- package/.agent/skills/core/authentication/data/language-typescript.yaml +209 -209
- package/.agent/skills/core/authentication/data/mfa-patterns.yaml +169 -169
- package/.agent/skills/core/authentication/data/oauth-patterns.yaml +249 -249
- package/.agent/skills/core/authentication/data/oauth.yaml +243 -243
- package/.agent/skills/core/authentication/data/passkey-patterns.yaml +149 -0
- package/.agent/skills/core/authentication/data/passkeys-webauthn.yaml +209 -209
- package/.agent/skills/core/authentication/data/passkeys.yaml +203 -203
- package/.agent/skills/core/authentication/data/password-patterns.yaml +169 -169
- package/.agent/skills/core/authentication/data/password.yaml +163 -163
- package/.agent/skills/core/authentication/data/session-patterns.yaml +209 -209
- package/.agent/skills/core/error-handling/META.yaml +1 -5
- package/.agent/skills/core/error-handling/SKILL.md +21 -25
- package/.agent/skills/core/error-handling/data/anti-patterns.yaml +99 -99
- package/.agent/skills/core/error-handling/data/api-error-patterns.yaml +2 -2
- package/.agent/skills/core/error-handling/data/core-patterns.yaml +2 -2
- package/.agent/skills/core/error-handling/data/error-codes.yaml +159 -159
- package/.agent/skills/core/error-handling/data/error-messages.yaml +2 -2
- package/.agent/skills/core/error-handling/data/language-c-cpp.yaml +220 -220
- package/.agent/skills/core/error-handling/data/language-go-rust.yaml +2 -2
- package/.agent/skills/core/error-handling/data/language-python-java.yaml +220 -220
- package/.agent/skills/core/error-handling/data/language-swift-kotlin.yaml +220 -220
- package/.agent/skills/core/error-handling/data/language-typescript-php-ruby.yaml +220 -220
- package/.agent/skills/core/error-handling/data/resilience-patterns.yaml +2 -2
- package/.agent/skills/core/error-handling/data/ui-error-patterns.yaml +129 -129
- package/.agent/skills/core/logging/META.yaml +1 -5
- package/.agent/skills/core/logging/SKILL.md +28 -42
- package/.agent/skills/core/logging/data/aggregation-patterns.yaml +185 -185
- package/.agent/skills/core/logging/data/anti-patterns.yaml +115 -115
- package/.agent/skills/core/logging/data/core-patterns.yaml +220 -220
- package/.agent/skills/core/logging/data/language-csharp.yaml +185 -185
- package/.agent/skills/core/logging/data/language-go.yaml +185 -185
- package/.agent/skills/core/logging/data/language-java.yaml +185 -185
- package/.agent/skills/core/logging/data/language-kotlin.yaml +150 -150
- package/.agent/skills/core/logging/data/language-others.yaml +178 -178
- package/.agent/skills/core/logging/data/language-python.yaml +185 -185
- package/.agent/skills/core/logging/data/language-rust.yaml +185 -185
- package/.agent/skills/core/logging/data/language-swift.yaml +150 -150
- package/.agent/skills/core/logging/data/language-typescript.yaml +185 -185
- package/.agent/skills/core/logging/data/otel-logging.yaml +150 -150
- package/.agent/skills/core/observability/META.yaml +1 -5
- package/.agent/skills/core/observability/SKILL.md +29 -38
- package/.agent/skills/core/observability/data/alerting-patterns.yaml +159 -159
- package/.agent/skills/core/observability/data/anti-patterns.yaml +99 -99
- package/.agent/skills/core/observability/data/core-patterns.yaml +189 -189
- package/.agent/skills/core/observability/data/language-cpp.yaml +159 -159
- package/.agent/skills/core/observability/data/language-csharp.yaml +159 -159
- package/.agent/skills/core/observability/data/language-go.yaml +159 -159
- package/.agent/skills/core/observability/data/language-java.yaml +159 -159
- package/.agent/skills/core/observability/data/language-others.yaml +249 -249
- package/.agent/skills/core/observability/data/language-python.yaml +159 -159
- package/.agent/skills/core/observability/data/language-rust.yaml +159 -159
- package/.agent/skills/core/observability/data/language-typescript.yaml +159 -159
- package/.agent/skills/core/observability/data/metrics-patterns.yaml +129 -129
- package/.agent/skills/core/observability/data/metrics-prometheus.yaml +159 -159
- package/.agent/skills/core/observability/data/otel-core.yaml +189 -189
- package/.agent/skills/core/observability/data/profiling-patterns.yaml +129 -129
- package/.agent/skills/core/observability/data/tracing-patterns.yaml +159 -159
- package/.agent/skills/core/observability/data/tracing-tools.yaml +129 -129
- package/.agent/skills/core/security/META.yaml +1 -5
- package/.agent/skills/core/security/SKILL.md +25 -25
- package/.agent/skills/core/security/data/ai-ml-security.yaml +255 -255
- package/.agent/skills/core/security/data/api-security.yaml +224 -224
- package/.agent/skills/core/security/data/auth-patterns.yaml +189 -189
- package/.agent/skills/core/security/data/binary-exploitation.yaml +333 -333
- package/.agent/skills/core/security/data/cloud-security.yaml +263 -263
- package/.agent/skills/core/security/data/cwe-top25.yaml +409 -409
- package/.agent/skills/core/security/data/language-specific/c-security.yaml +289 -289
- package/.agent/skills/core/security/data/language-specific/cpp-security.yaml +289 -289
- package/.agent/skills/core/security/data/language-specific/csharp-security.yaml +213 -213
- package/.agent/skills/core/security/data/language-specific/go-security.yaml +213 -213
- package/.agent/skills/core/security/data/language-specific/java-security.yaml +289 -289
- package/.agent/skills/core/security/data/language-specific/kotlin-security.yaml +192 -192
- package/.agent/skills/core/security/data/language-specific/php-security.yaml +213 -213
- package/.agent/skills/core/security/data/language-specific/python-security.yaml +289 -289
- package/.agent/skills/core/security/data/language-specific/ruby-security.yaml +192 -192
- package/.agent/skills/core/security/data/language-specific/rust-security.yaml +234 -234
- package/.agent/skills/core/security/data/language-specific/solidity-security.yaml +363 -363
- package/.agent/skills/core/security/data/language-specific/swift-security.yaml +192 -192
- package/.agent/skills/core/security/data/language-specific/typescript-security.yaml +289 -289
- package/.agent/skills/core/security/data/mobile-security.yaml +363 -363
- package/.agent/skills/core/security/data/network-security.yaml +291 -291
- package/.agent/skills/core/security/data/owasp-llm-top10.yaml +122 -0
- package/.agent/skills/core/security/data/owasp-top10.yaml +165 -165
- package/.agent/skills/core/security/data/reverse-engineering.yaml +491 -491
- package/.agent/skills/core/security/data/supply-chain.yaml +213 -213
- package/.agent/skills/cross-cutting/_index.yaml +4 -2
- package/.agent/skills/cross-cutting/accessibility/META.yaml +45 -0
- package/.agent/skills/cross-cutting/accessibility/SKILL.md +121 -0
- package/.agent/skills/cross-cutting/accessibility/data/aria-patterns.yaml +88 -0
- package/.agent/skills/cross-cutting/accessibility/data/testing-tools.yaml +60 -0
- package/.agent/skills/cross-cutting/accessibility/data/wcag-guidelines.yaml +98 -0
- package/.agent/skills/cross-cutting/audit-pro/META.yaml +2 -6
- package/.agent/skills/cross-cutting/bun/META.yaml +2 -8
- package/.agent/skills/cross-cutting/bun/SKILL.md +8 -12
- package/.agent/skills/cross-cutting/coding-rules/META.yaml +4 -11
- package/.agent/skills/cross-cutting/coding-rules/SKILL.md +38 -46
- package/.agent/skills/cross-cutting/coding-rules/data/adr-patterns.yaml +102 -0
- package/.agent/skills/cross-cutting/coding-rules/data/architecture-patterns.yaml +289 -90
- package/.agent/skills/cross-cutting/coding-rules/data/build-systems.yaml +340 -340
- package/.agent/skills/cross-cutting/coding-rules/data/coding-rules.yaml +641 -641
- package/.agent/skills/cross-cutting/coding-rules/data/concurrency-patterns.yaml +102 -102
- package/.agent/skills/cross-cutting/coding-rules/data/design-patterns.yaml +254 -254
- package/.agent/skills/cross-cutting/coding-rules/data/framework-directories.yaml +446 -0
- package/.agent/skills/cross-cutting/coding-rules/data/framework-signatures.yaml +338 -338
- package/.agent/skills/cross-cutting/coding-rules/data/memory-management.yaml +102 -102
- package/.agent/skills/cross-cutting/coding-rules/data/naming-conventions.yaml +314 -314
- package/.agent/skills/cross-cutting/coding-rules/data/performance-benchmarks.yaml +158 -158
- package/.agent/skills/cross-cutting/coding-rules/data/solid-principles.yaml +74 -74
- package/.agent/skills/cross-cutting/coding-rules/data/test-frameworks.yaml +177 -177
- package/.agent/skills/cross-cutting/database/META.yaml +2 -2
- package/.agent/skills/cross-cutting/database/SKILL.md +10 -19
- package/.agent/skills/cross-cutting/deno/META.yaml +2 -8
- package/.agent/skills/cross-cutting/deno/SKILL.md +8 -12
- package/.agent/skills/cross-cutting/domyh-design/ADVANCED.md +247 -0
- package/.agent/skills/cross-cutting/{ui-ux-pro-max → domyh-design}/META.yaml +44 -13
- package/.agent/skills/cross-cutting/domyh-design/SKILL.md +171 -0
- package/.agent/skills/cross-cutting/domyh-design/data/animation-ui-kits.yaml +198 -0
- package/.agent/skills/cross-cutting/domyh-design/data/charts.yaml +331 -0
- package/.agent/skills/cross-cutting/domyh-design/data/colors.yaml +1226 -0
- package/.agent/skills/cross-cutting/domyh-design/data/component-decision.yaml +287 -0
- package/.agent/skills/cross-cutting/domyh-design/data/component-effects.yaml +673 -0
- package/.agent/skills/cross-cutting/domyh-design/data/component-mapping.yaml +318 -0
- package/.agent/skills/cross-cutting/domyh-design/data/design-system-prompts.yaml +174 -0
- package/.agent/skills/cross-cutting/domyh-design/data/design-tokens.yaml +525 -0
- package/.agent/skills/cross-cutting/domyh-design/data/desktop-animation.yaml +680 -0
- package/.agent/skills/cross-cutting/domyh-design/data/desktop-architecture.yaml +140 -0
- package/.agent/skills/cross-cutting/{ui-ux-pro-max → domyh-design}/data/desktop-colors.yaml +4 -4
- package/.agent/skills/cross-cutting/domyh-design/data/directory-structure.yaml +80 -0
- package/.agent/skills/cross-cutting/domyh-design/data/icons.yaml +918 -0
- package/.agent/skills/cross-cutting/domyh-design/data/image-gen-prompts.yaml +678 -0
- package/.agent/skills/cross-cutting/domyh-design/data/image-gen-workflows.yaml +202 -0
- package/.agent/skills/cross-cutting/domyh-design/data/implementation-strategy.yaml +107 -0
- package/.agent/skills/cross-cutting/domyh-design/data/landing.yaml +373 -0
- package/.agent/skills/cross-cutting/domyh-design/data/micro-interactions.yaml +528 -0
- package/.agent/skills/cross-cutting/domyh-design/data/platform-frameworks.yaml +195 -0
- package/.agent/skills/cross-cutting/domyh-design/data/platform-guidelines.yaml +177 -0
- package/.agent/skills/cross-cutting/domyh-design/data/products.yaml +1339 -0
- package/.agent/skills/cross-cutting/domyh-design/data/prompts.yaml +207 -0
- package/.agent/skills/cross-cutting/domyh-design/data/react-performance.yaml +504 -0
- package/.agent/skills/cross-cutting/domyh-design/data/scroll-animation-patterns.yaml +398 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/desktop.yaml +228 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/flutter.yaml +508 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/html-tailwind.yaml +543 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/nextjs.yaml +515 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/nuxt-ui.yaml +519 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/nuxtjs.yaml +599 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/react-native.yaml +496 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/react.yaml +526 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/shadcn.yaml +616 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/svelte.yaml +520 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/swiftui.yaml +486 -0
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/vue.yaml +485 -0
- package/.agent/skills/cross-cutting/domyh-design/data/styles.yaml +1473 -0
- package/.agent/skills/cross-cutting/domyh-design/data/tailwind-animation-plugins.yaml +462 -0
- package/.agent/skills/cross-cutting/domyh-design/data/typography.yaml +647 -0
- package/.agent/skills/cross-cutting/domyh-design/data/ui-reasoning.yaml +1019 -0
- package/.agent/skills/cross-cutting/domyh-design/data/ux-guidelines.yaml +1009 -0
- package/.agent/skills/cross-cutting/domyh-design/data/web-animation-libraries.yaml +541 -0
- package/.agent/skills/cross-cutting/domyh-design/data/web-interface.yaml +347 -0
- package/.agent/skills/cross-cutting/domyh-design/data/webview-animation-optimization.yaml +685 -0
- package/.agent/skills/cross-cutting/electron/SKILL.md +10 -14
- package/.agent/skills/cross-cutting/event-driven/META.yaml +108 -0
- package/.agent/skills/cross-cutting/event-driven/SKILL.md +123 -0
- package/.agent/skills/cross-cutting/event-driven/data/broker-comparison.yaml +123 -0
- package/.agent/skills/cross-cutting/event-driven/data/eda-patterns.yaml +120 -0
- package/.agent/skills/cross-cutting/event-driven/data/production-patterns.yaml +120 -0
- package/.agent/skills/cross-cutting/microservices/META.yaml +90 -0
- package/.agent/skills/cross-cutting/microservices/SKILL.md +120 -0
- package/.agent/skills/cross-cutting/microservices/data/communication.yaml +163 -0
- package/.agent/skills/cross-cutting/microservices/data/cqrs-patterns.yaml +199 -0
- package/.agent/skills/cross-cutting/microservices/data/deployment.yaml +153 -0
- package/.agent/skills/cross-cutting/microservices/data/event-sourcing.yaml +231 -0
- package/.agent/skills/cross-cutting/microservices/data/observability.yaml +152 -0
- package/.agent/skills/cross-cutting/microservices/data/resilience.yaml +189 -0
- package/.agent/skills/cross-cutting/microservices/data/saga-patterns.yaml +161 -0
- package/.agent/skills/cross-cutting/microservices/data/service-mesh.yaml +179 -0
- package/.agent/skills/cross-cutting/monorepo/META.yaml +54 -0
- package/.agent/skills/cross-cutting/monorepo/SKILL.md +108 -0
- package/.agent/skills/cross-cutting/monorepo/data/ci-cd-strategies.yaml +74 -0
- package/.agent/skills/cross-cutting/monorepo/data/nx-patterns.yaml +74 -0
- package/.agent/skills/cross-cutting/monorepo/data/turborepo-patterns.yaml +84 -0
- package/.agent/skills/cross-cutting/monorepo/data/versioning.yaml +83 -0
- package/.agent/skills/cross-cutting/monorepo/data/workspace-patterns.yaml +85 -0
- package/.agent/skills/cross-cutting/playwright/ADVANCED.md +289 -0
- package/.agent/skills/cross-cutting/playwright/META.yaml +90 -0
- package/.agent/skills/cross-cutting/playwright/SKILL.md +210 -0
- package/.agent/skills/cross-cutting/playwright/data/ai-agents.yaml +137 -0
- package/.agent/skills/cross-cutting/playwright/data/config-templates.yaml +141 -0
- package/.agent/skills/cross-cutting/playwright/data/interaction-checklist.yaml +398 -0
- package/.agent/skills/cross-cutting/playwright/data/locator-patterns.yaml +96 -0
- package/.agent/skills/cross-cutting/playwright/data/mcp-tools.yaml +153 -0
- package/.agent/skills/cross-cutting/playwright/data/open-source-tools.yaml +95 -0
- package/.agent/skills/cross-cutting/real-time/META.yaml +72 -0
- package/.agent/skills/cross-cutting/real-time/SKILL.md +128 -0
- package/.agent/skills/cross-cutting/real-time/data/socketio-patterns.yaml +165 -0
- package/.agent/skills/cross-cutting/real-time/data/sse-patterns.yaml +181 -0
- package/.agent/skills/cross-cutting/real-time/data/websocket-patterns.yaml +176 -0
- package/.agent/skills/cross-cutting/seo/META.yaml +47 -0
- package/.agent/skills/cross-cutting/seo/SKILL.md +114 -0
- package/.agent/skills/cross-cutting/seo/data/core-web-vitals.yaml +93 -0
- package/.agent/skills/cross-cutting/seo/data/structured-data.yaml +82 -0
- package/.agent/skills/cross-cutting/seo/data/technical-seo.yaml +75 -0
- package/.agent/skills/cross-cutting/sql/META.yaml +2 -8
- package/.agent/skills/cross-cutting/sql/SKILL.md +8 -12
- package/.agent/skills/cross-cutting/tailwind/META.yaml +3 -20
- package/.agent/skills/cross-cutting/tailwind/SKILL.md +13 -11
- package/.agent/skills/cross-cutting/tauri/META.yaml +75 -0
- package/.agent/skills/cross-cutting/tauri/SKILL.md +127 -0
- package/.agent/skills/cross-cutting/tauri/data/build.yaml +141 -0
- package/.agent/skills/cross-cutting/tauri/data/plugins.yaml +157 -0
- package/.agent/skills/cross-cutting/tauri/data/security.yaml +134 -0
- package/.agent/skills/cross-cutting/tdd-workflow/META.yaml +58 -0
- package/.agent/skills/cross-cutting/tdd-workflow/SKILL.md +128 -0
- package/.agent/skills/cross-cutting/tdd-workflow/data/anti-patterns.yaml +70 -0
- package/.agent/skills/cross-cutting/tdd-workflow/data/bdd-atdd-patterns.yaml +77 -0
- package/.agent/skills/cross-cutting/tdd-workflow/data/core-tdd-cycle.yaml +104 -0
- package/.agent/skills/cross-cutting/tdd-workflow/data/coverage-strategies.yaml +105 -0
- package/.agent/skills/cross-cutting/tdd-workflow/data/language-patterns.yaml +115 -0
- package/.agent/skills/cross-cutting/tdd-workflow/data/test-doubles.yaml +93 -0
- package/.agent/skills/cross-cutting/testing/META.yaml +1 -5
- package/.agent/skills/cross-cutting/testing/SKILL.md +13 -26
- package/.agent/skills/cross-cutting/testing/data/e2e-patterns.yaml +136 -0
- package/.agent/skills/cross-cutting/testing/data/frameworks.yaml +3 -3
- package/.agent/skills/cross-cutting/testing/data/patterns.yaml +149 -147
- package/.agent/skills/cross-cutting/wasm/META.yaml +47 -0
- package/.agent/skills/cross-cutting/wasm/SKILL.md +88 -0
- package/.agent/skills/cross-cutting/wasm/data/browser-patterns.yaml +106 -0
- package/.agent/skills/cross-cutting/wasm/data/component-model.yaml +85 -0
- package/.agent/skills/cross-cutting/wasm/data/server-patterns.yaml +89 -0
- package/.agent/skills/cross-cutting/web-perf/META.yaml +3 -9
- package/.agent/skills/cross-cutting/web-perf/SKILL.md +9 -18
- package/.agent/skills/devops/aws/META.yaml +48 -63
- package/.agent/skills/devops/azure/META.yaml +44 -0
- package/.agent/skills/devops/azure/SKILL.md +43 -0
- package/.agent/skills/devops/azure/data/cli.yaml +69 -0
- package/.agent/skills/devops/azure/data/compute.yaml +83 -0
- package/.agent/skills/devops/azure/data/data-services.yaml +126 -0
- package/.agent/skills/devops/ci-cd/META.yaml +47 -14
- package/.agent/skills/devops/docker/META.yaml +53 -14
- package/.agent/skills/devops/gcp/META.yaml +43 -0
- package/.agent/skills/devops/gcp/SKILL.md +43 -0
- package/.agent/skills/devops/gcp/data/cli.yaml +39 -0
- package/.agent/skills/devops/gcp/data/compute.yaml +92 -0
- package/.agent/skills/devops/gcp/data/data-services.yaml +97 -0
- package/.agent/skills/devops/kubernetes/META.yaml +56 -7
- package/.agent/skills/devops/terraform/META.yaml +47 -0
- package/.agent/skills/devops/terraform/SKILL.md +73 -0
- package/.agent/skills/devops/terraform/data/ci-cd.yaml +89 -0
- package/.agent/skills/devops/terraform/data/hcl-patterns.yaml +131 -0
- package/.agent/skills/devops/terraform/data/providers.yaml +96 -0
- package/.agent/skills/frameworks/angular/META.yaml +20 -6
- package/.agent/skills/frameworks/angular/SKILL.md +1 -1
- package/.agent/skills/frameworks/flutter/META.yaml +20 -6
- package/.agent/skills/frameworks/flutter/SKILL.md +1 -1
- package/.agent/skills/frameworks/nextjs/ADVANCED.md +2 -2
- package/.agent/skills/frameworks/nextjs/META.yaml +22 -8
- package/.agent/skills/frameworks/nextjs/SKILL.md +4 -4
- package/.agent/skills/frameworks/nextjs/data/server.yaml +4 -4
- package/.agent/skills/frameworks/nuxt/META.yaml +21 -7
- package/.agent/skills/frameworks/nuxt/SKILL.md +2 -2
- package/.agent/skills/frameworks/nuxt/data/core.yaml +14 -2
- package/.agent/skills/frameworks/nuxt/data/server.yaml +14 -2
- package/.agent/skills/frameworks/react/META.yaml +20 -7
- package/.agent/skills/frameworks/react/SKILL.md +7 -11
- package/.agent/skills/frameworks/react/data/core.yaml +14 -2
- package/.agent/skills/frameworks/react/data/server.yaml +16 -4
- package/.agent/skills/frameworks/react-native/META.yaml +19 -6
- package/.agent/skills/frameworks/react-native/SKILL.md +1 -1
- package/.agent/skills/frameworks/svelte/META.yaml +19 -6
- package/.agent/skills/frameworks/svelte/SKILL.md +1 -1
- package/.agent/skills/frameworks/vue/META.yaml +20 -8
- package/.agent/skills/frameworks/vue/SKILL.md +7 -7
- package/.agent/skills/frameworks/vue/data/advanced.yaml +19 -7
- package/.agent/skills/frameworks/vue/data/core.yaml +13 -1
- package/.agent/skills/index.json +67 -14
- package/.agent/skills/languages/asm/META.yaml +2 -8
- package/.agent/skills/languages/asm/SKILL.md +1 -1
- package/.agent/skills/languages/c/META.yaml +2 -8
- package/.agent/skills/languages/c/SKILL.md +1 -1
- package/.agent/skills/languages/clojure/META.yaml +2 -2
- package/.agent/skills/languages/clojure/SKILL.md +1 -1
- package/.agent/skills/languages/cpp/META.yaml +2 -8
- package/.agent/skills/languages/cpp/SKILL.md +1 -1
- package/.agent/skills/languages/crystal/META.yaml +2 -8
- package/.agent/skills/languages/crystal/SKILL.md +1 -1
- package/.agent/skills/languages/csharp/META.yaml +2 -2
- package/.agent/skills/languages/csharp/SKILL.md +1 -1
- package/.agent/skills/languages/elixir/META.yaml +2 -2
- package/.agent/skills/languages/elixir/SKILL.md +1 -1
- package/.agent/skills/languages/fsharp/META.yaml +2 -2
- package/.agent/skills/languages/fsharp/SKILL.md +1 -1
- package/.agent/skills/languages/go/META.yaml +2 -8
- package/.agent/skills/languages/go/SKILL.md +1 -1
- package/.agent/skills/languages/haskell/META.yaml +2 -2
- package/.agent/skills/languages/haskell/SKILL.md +1 -1
- package/.agent/skills/languages/java/META.yaml +2 -8
- package/.agent/skills/languages/java/SKILL.md +1 -1
- package/.agent/skills/languages/javascript/META.yaml +2 -8
- package/.agent/skills/languages/javascript/SKILL.md +1 -1
- package/.agent/skills/languages/julia/META.yaml +2 -2
- package/.agent/skills/languages/julia/SKILL.md +1 -1
- package/.agent/skills/languages/kotlin/META.yaml +2 -2
- package/.agent/skills/languages/kotlin/SKILL.md +1 -1
- package/.agent/skills/languages/lua/META.yaml +2 -8
- package/.agent/skills/languages/lua/SKILL.md +3 -3
- package/.agent/skills/languages/nim/META.yaml +2 -8
- package/.agent/skills/languages/nim/SKILL.md +1 -1
- package/.agent/skills/languages/ocaml/META.yaml +2 -2
- package/.agent/skills/languages/ocaml/SKILL.md +1 -1
- package/.agent/skills/languages/perl/META.yaml +2 -2
- package/.agent/skills/languages/perl/SKILL.md +1 -1
- package/.agent/skills/languages/php/META.yaml +2 -2
- package/.agent/skills/languages/php/SKILL.md +1 -1
- package/.agent/skills/languages/python/META.yaml +2 -8
- package/.agent/skills/languages/python/SKILL.md +1 -1
- package/.agent/skills/languages/r/META.yaml +2 -2
- package/.agent/skills/languages/r/SKILL.md +1 -1
- package/.agent/skills/languages/ruby/META.yaml +2 -2
- package/.agent/skills/languages/ruby/SKILL.md +1 -1
- package/.agent/skills/languages/rust/META.yaml +2 -8
- package/.agent/skills/languages/rust/SKILL.md +1 -1
- package/.agent/skills/languages/scala/META.yaml +2 -2
- package/.agent/skills/languages/scala/SKILL.md +1 -1
- package/.agent/skills/languages/solidity/META.yaml +2 -2
- package/.agent/skills/languages/solidity/SKILL.md +1 -1
- package/.agent/skills/languages/swift/META.yaml +2 -2
- package/.agent/skills/languages/swift/SKILL.md +1 -1
- package/.agent/skills/languages/typescript/META.yaml +2 -8
- package/.agent/skills/languages/typescript/SKILL.md +1 -1
- package/.agent/skills/languages/zig/META.yaml +5 -7
- package/.agent/skills/languages/zig/SKILL.md +1 -1
- package/.agent/skills/tooling/api-protocols/META.yaml +102 -0
- package/.agent/skills/tooling/api-protocols/SKILL.md +145 -0
- package/.agent/skills/tooling/api-protocols/data/graphql-patterns.yaml +115 -0
- package/.agent/skills/tooling/api-protocols/data/grpc-patterns.yaml +101 -0
- package/.agent/skills/tooling/api-protocols/data/trpc-patterns.yaml +97 -0
- package/.agent/skills/tooling/browser-agent/ADVANCED.md +242 -0
- package/.agent/skills/tooling/browser-agent/META.yaml +78 -0
- package/.agent/skills/tooling/browser-agent/SKILL.md +164 -0
- package/.agent/skills/tooling/browser-agent/data/element-discovery.yaml +208 -0
- package/.agent/skills/tooling/browser-agent/data/recording-patterns.yaml +74 -0
- package/.agent/skills/tooling/browser-agent/data/reporting-patterns.yaml +97 -0
- package/.agent/skills/tooling/browser-agent/data/subagent-patterns.yaml +158 -0
- package/.agent/skills/tooling/browser-agent/data/verification-flow.yaml +209 -0
- package/.agent/skills/tooling/cli-dev/META.yaml +55 -0
- package/.agent/skills/tooling/cli-dev/SKILL.md +83 -0
- package/.agent/skills/tooling/cli-dev/data/frameworks.yaml +128 -0
- package/.agent/skills/tooling/cli-dev/data/output-formats.yaml +58 -0
- package/.agent/skills/tooling/cli-dev/data/ux-patterns.yaml +97 -0
- package/.agent/skills/tooling/ide-extension/META.yaml +72 -0
- package/.agent/skills/tooling/ide-extension/SKILL.md +108 -0
- package/.agent/skills/tooling/ide-extension/data/jetbrains-patterns.yaml +118 -0
- package/.agent/skills/tooling/ide-extension/data/lsp-patterns.yaml +126 -0
- package/.agent/skills/tooling/ide-extension/data/vscode-patterns.yaml +172 -0
- package/.agent/skills/tooling/mcp/META.yaml +80 -0
- package/.agent/skills/tooling/mcp/SKILL.md +114 -0
- package/.agent/skills/tooling/mcp/data/security.yaml +116 -0
- package/.agent/skills/tooling/mcp/data/tool-design.yaml +124 -0
- package/.agent/skills/tooling/mcp/data/transport-patterns.yaml +95 -0
- package/.agent/templates/README.md +2 -2
- package/.agent/templates/debug-report.md +1 -1
- package/.agent/templates/deploy-plan.md +1 -1
- package/.agent/templates/doc-template.md +1 -1
- package/.agent/templates/index.yaml +2 -2
- package/.agent/templates/migrate-plan.md +1 -1
- package/.agent/templates/phase-template.md +1 -1
- package/.agent/templates/tasks/audit.yaml +1 -1
- package/.agent/templates/tasks/bug_fix.yaml +1 -1
- package/.agent/templates/tasks/code_implementation.yaml +1 -1
- package/.agent/templates/tasks/refactor.yaml +1 -1
- package/.agent/templates/test-report.md +1 -1
- package/.agent/workflows/code.md +22 -1
- package/.agent/workflows/deploy.md +5 -1
- package/.agent/workflows/e2e.md +112 -0
- package/.agent/workflows/fix.md +1 -1
- package/.agent/workflows/prompt.md +325 -0
- package/.agent/workflows/scaffold.md +1 -1
- package/.agent/workflows/tdd.md +108 -0
- package/.agent/workflows/verify.md +116 -0
- package/.agent/workflows/visualize.md +50 -18
- package/dist/commands/add.d.ts.map +1 -1
- package/dist/commands/add.js +9 -1
- package/dist/commands/add.js.map +1 -1
- package/dist/commands/config.d.ts.map +1 -1
- package/dist/commands/config.js +24 -8
- package/dist/commands/config.js.map +1 -1
- package/dist/commands/hsa.d.ts.map +1 -1
- package/dist/commands/hsa.js +106 -20
- package/dist/commands/hsa.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +65 -61
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/install-core.d.ts +2 -1
- package/dist/commands/install-core.d.ts.map +1 -1
- package/dist/commands/install-core.js +43 -16
- package/dist/commands/install-core.js.map +1 -1
- package/dist/commands/install-helpers.d.ts.map +1 -1
- package/dist/commands/install-helpers.js +23 -2
- package/dist/commands/install-helpers.js.map +1 -1
- package/dist/commands/install-hsa.d.ts +2 -5
- package/dist/commands/install-hsa.d.ts.map +1 -1
- package/dist/commands/install-hsa.js +2 -5
- package/dist/commands/install-hsa.js.map +1 -1
- package/dist/commands/install.d.ts +27 -0
- package/dist/commands/install.d.ts.map +1 -1
- package/dist/commands/install.js +68 -20
- package/dist/commands/install.js.map +1 -1
- package/dist/commands/list.d.ts.map +1 -1
- package/dist/commands/list.js +2 -1
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/mcp-registry.d.ts +24 -9
- package/dist/commands/mcp-registry.d.ts.map +1 -1
- package/dist/commands/mcp-registry.js +39 -57
- package/dist/commands/mcp-registry.js.map +1 -1
- package/dist/commands/mcp-writers.d.ts.map +1 -1
- package/dist/commands/mcp-writers.js +6 -5
- package/dist/commands/mcp-writers.js.map +1 -1
- package/dist/commands/mcp.d.ts +1 -1
- package/dist/commands/mcp.d.ts.map +1 -1
- package/dist/commands/mcp.js +37 -9
- package/dist/commands/mcp.js.map +1 -1
- package/dist/commands/update.d.ts.map +1 -1
- package/dist/commands/update.js +16 -6
- package/dist/commands/update.js.map +1 -1
- package/dist/constants/cursor-globs.d.ts.map +1 -1
- package/dist/constants/cursor-globs.js +0 -6
- package/dist/constants/cursor-globs.js.map +1 -1
- package/dist/constants/ide-install-specs.js +2 -2
- package/dist/constants.d.ts +3 -3
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -9
- package/dist/index.js.map +1 -1
- package/dist/types/ide-install.js +1 -1
- package/dist/utils/copy-helpers.d.ts +7 -2
- package/dist/utils/copy-helpers.d.ts.map +1 -1
- package/dist/utils/copy-helpers.js +56 -42
- package/dist/utils/copy-helpers.js.map +1 -1
- package/dist/utils/install-manifest.d.ts +12 -0
- package/dist/utils/install-manifest.d.ts.map +1 -0
- package/dist/utils/install-manifest.js +26 -0
- package/dist/utils/install-manifest.js.map +1 -0
- package/dist/utils/validation.d.ts.map +1 -1
- package/dist/utils/validation.js +31 -1
- package/dist/utils/validation.js.map +1 -1
- package/package.json +1 -1
- package/.agent/core/embeddings.json +0 -2004
- package/.agent/core/session_cache.json +0 -50
- package/.agent/skills/cross-cutting/aws/META.yaml +0 -75
- package/.agent/skills/cross-cutting/ci-cd/META.yaml +0 -60
- package/.agent/skills/cross-cutting/docker/META.yaml +0 -65
- package/.agent/skills/cross-cutting/kubernetes/META.yaml +0 -70
- package/.agent/skills/cross-cutting/ui-ux-pro-max/SKILL.md +0 -565
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/charts.yaml +0 -331
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/colors.yaml +0 -1226
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/component-decision.yaml +0 -287
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/component-mapping.yaml +0 -318
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/design-tokens.yaml +0 -525
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/desktop-animation.yaml +0 -232
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/desktop-architecture.yaml +0 -140
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/directory-structure.yaml +0 -75
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/icons.yaml +0 -918
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/implementation-strategy.yaml +0 -107
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/landing.yaml +0 -372
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/platform-frameworks.yaml +0 -195
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/platform-guidelines.yaml +0 -177
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/products.yaml +0 -1339
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/prompts.yaml +0 -180
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/react-performance.yaml +0 -504
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/desktop.yaml +0 -228
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/flutter.yaml +0 -508
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/html-tailwind.yaml +0 -543
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/nextjs.yaml +0 -515
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/nuxt-ui.yaml +0 -519
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/nuxtjs.yaml +0 -599
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/react-native.yaml +0 -496
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/react.yaml +0 -526
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/shadcn.yaml +0 -616
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/svelte.yaml +0 -520
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/swiftui.yaml +0 -486
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/stacks/vue.yaml +0 -485
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/styles.yaml +0 -1473
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/typography.yaml +0 -647
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/ui-reasoning.yaml +0 -1019
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/ux-guidelines.yaml +0 -1009
- package/.agent/skills/cross-cutting/ui-ux-pro-max/data/web-interface.yaml +0 -347
- package/.agent/skills/cross-cutting/ui-ux-pro-max/scripts/__pycache__/core.cpython-310.pyc +0 -0
- package/.agent/skills/cross-cutting/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc +0 -0
- package/.agent/skills/cross-cutting/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
- package/.agent/skills/cross-cutting/ui-ux-pro-max/scripts/core.py +0 -393
- package/.agent/skills/cross-cutting/ui-ux-pro-max/scripts/core_legacy.py +0 -303
- package/.agent/skills/cross-cutting/ui-ux-pro-max/scripts/design_system.py +0 -496
- package/.agent/skills/cross-cutting/ui-ux-pro-max/scripts/search.py +0 -76
- package/.agent/skills/devops/aws/ADVANCED.md +0 -547
- package/.agent/skills/devops/aws/SKILL.md +0 -711
- package/.agent/skills/devops/ci-cd/ADVANCED.md +0 -529
- package/.agent/skills/devops/ci-cd/SKILL.md +0 -821
- package/.agent/skills/devops/docker/ADVANCED.md +0 -495
- package/.agent/skills/devops/docker/SKILL.md +0 -653
- package/.agent/skills/devops/kubernetes/ADVANCED.md +0 -252
- package/.agent/skills/devops/kubernetes/SKILL.md +0 -621
- /package/.agent/core/{ARCH_REGISTRY.yaml → reference/ARCH_REGISTRY.yaml} +0 -0
- /package/.agent/core/{BRANDING.yaml → reference/BRANDING.yaml} +0 -0
- /package/.agent/core/{HSA.yaml → reference/HSA.yaml} +0 -0
- /package/.agent/core/{TEMPLATES.yaml → reference/TEMPLATES.yaml} +0 -0
- /package/.agent/rules/{incremental-changes.md → archive/incremental-changes.md} +0 -0
- /package/.agent/rules/{shell-commands.md → archive/shell-commands.md} +0 -0
- /package/.agent/skills/{cross-cutting → devops}/aws/data/ai_ml.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/aws/data/compute.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/aws/data/kubernetes.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/aws/data/storage.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/ci-cd/data/github_actions.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/ci-cd/data/security.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/docker/data/build.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/docker/data/compose.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/docker/data/security.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/kubernetes/data/networking.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/kubernetes/data/scheduling.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/kubernetes/data/security.yaml +0 -0
- /package/.agent/skills/{cross-cutting → devops}/kubernetes/data/workloads.yaml +0 -0
|
@@ -0,0 +1,918 @@
|
|
|
1
|
+
metadata:
|
|
2
|
+
skill: domyh-design
|
|
3
|
+
domain: icons
|
|
4
|
+
version: 6.2.1
|
|
5
|
+
updated: "2026-02-05"
|
|
6
|
+
migrated_from: icons.yaml
|
|
7
|
+
patterns_count: 100
|
|
8
|
+
columns:
|
|
9
|
+
- STT
|
|
10
|
+
- Category
|
|
11
|
+
- Icon Name
|
|
12
|
+
- Keywords
|
|
13
|
+
- Library
|
|
14
|
+
- Import Code
|
|
15
|
+
- Usage
|
|
16
|
+
- Best For
|
|
17
|
+
- Style
|
|
18
|
+
patterns:
|
|
19
|
+
- id: "1"
|
|
20
|
+
category: Navigation
|
|
21
|
+
icon_name: menu
|
|
22
|
+
keywords: hamburger menu navigation toggle bars
|
|
23
|
+
library: Lucide
|
|
24
|
+
import_code: import { Menu } from 'lucide-react'
|
|
25
|
+
usage: <Menu />
|
|
26
|
+
best_for: Mobile navigation drawer toggle sidebar
|
|
27
|
+
style: Outline
|
|
28
|
+
- id: "2"
|
|
29
|
+
category: Navigation
|
|
30
|
+
icon_name: arrow-left
|
|
31
|
+
keywords: back previous return navigate
|
|
32
|
+
library: Lucide
|
|
33
|
+
import_code: import { ArrowLeft } from 'lucide-react'
|
|
34
|
+
usage: <ArrowLeft />
|
|
35
|
+
best_for: Back button breadcrumb navigation
|
|
36
|
+
style: Outline
|
|
37
|
+
- id: "3"
|
|
38
|
+
category: Navigation
|
|
39
|
+
icon_name: arrow-right
|
|
40
|
+
keywords: next forward continue navigate
|
|
41
|
+
library: Lucide
|
|
42
|
+
import_code: import { ArrowRight } from 'lucide-react'
|
|
43
|
+
usage: <ArrowRight />
|
|
44
|
+
best_for: Forward button next step CTA
|
|
45
|
+
style: Outline
|
|
46
|
+
- id: "4"
|
|
47
|
+
category: Navigation
|
|
48
|
+
icon_name: chevron-down
|
|
49
|
+
keywords: dropdown expand accordion select
|
|
50
|
+
library: Lucide
|
|
51
|
+
import_code: import { ChevronDown } from 'lucide-react'
|
|
52
|
+
usage: <ChevronDown />
|
|
53
|
+
best_for: Dropdown toggle accordion header
|
|
54
|
+
style: Outline
|
|
55
|
+
- id: "5"
|
|
56
|
+
category: Navigation
|
|
57
|
+
icon_name: chevron-up
|
|
58
|
+
keywords: collapse close accordion minimize
|
|
59
|
+
library: Lucide
|
|
60
|
+
import_code: import { ChevronUp } from 'lucide-react'
|
|
61
|
+
usage: <ChevronUp />
|
|
62
|
+
best_for: Accordion collapse minimize
|
|
63
|
+
style: Outline
|
|
64
|
+
- id: "6"
|
|
65
|
+
category: Navigation
|
|
66
|
+
icon_name: home
|
|
67
|
+
keywords: homepage main dashboard start
|
|
68
|
+
library: Lucide
|
|
69
|
+
import_code: import { Home } from 'lucide-react'
|
|
70
|
+
usage: <Home />
|
|
71
|
+
best_for: Home navigation main page
|
|
72
|
+
style: Outline
|
|
73
|
+
- id: "7"
|
|
74
|
+
category: Navigation
|
|
75
|
+
icon_name: x
|
|
76
|
+
keywords: close cancel dismiss remove exit
|
|
77
|
+
library: Lucide
|
|
78
|
+
import_code: import { X } from 'lucide-react'
|
|
79
|
+
usage: <X />
|
|
80
|
+
best_for: Modal close dismiss button
|
|
81
|
+
style: Outline
|
|
82
|
+
- id: "8"
|
|
83
|
+
category: Navigation
|
|
84
|
+
icon_name: external-link
|
|
85
|
+
keywords: open new tab external link
|
|
86
|
+
library: Lucide
|
|
87
|
+
import_code: import { ExternalLink } from 'lucide-react'
|
|
88
|
+
usage: <ExternalLink />
|
|
89
|
+
best_for: External link indicator
|
|
90
|
+
style: Outline
|
|
91
|
+
- id: "9"
|
|
92
|
+
category: Action
|
|
93
|
+
icon_name: plus
|
|
94
|
+
keywords: add create new insert
|
|
95
|
+
library: Lucide
|
|
96
|
+
import_code: import { Plus } from 'lucide-react'
|
|
97
|
+
usage: <Plus />
|
|
98
|
+
best_for: Add button create new item
|
|
99
|
+
style: Outline
|
|
100
|
+
- id: "10"
|
|
101
|
+
category: Action
|
|
102
|
+
icon_name: minus
|
|
103
|
+
keywords: remove subtract decrease delete
|
|
104
|
+
library: Lucide
|
|
105
|
+
import_code: import { Minus } from 'lucide-react'
|
|
106
|
+
usage: <Minus />
|
|
107
|
+
best_for: Remove item quantity decrease
|
|
108
|
+
style: Outline
|
|
109
|
+
- id: "11"
|
|
110
|
+
category: Action
|
|
111
|
+
icon_name: trash-2
|
|
112
|
+
keywords: delete remove discard bin
|
|
113
|
+
library: Lucide
|
|
114
|
+
import_code: import { Trash2 } from 'lucide-react'
|
|
115
|
+
usage: <Trash2 />
|
|
116
|
+
best_for: Delete action destructive
|
|
117
|
+
style: Outline
|
|
118
|
+
- id: "12"
|
|
119
|
+
category: Action
|
|
120
|
+
icon_name: edit
|
|
121
|
+
keywords: pencil modify change update
|
|
122
|
+
library: Lucide
|
|
123
|
+
import_code: import { Edit } from 'lucide-react'
|
|
124
|
+
usage: <Edit />
|
|
125
|
+
best_for: Edit button modify content
|
|
126
|
+
style: Outline
|
|
127
|
+
- id: "13"
|
|
128
|
+
category: Action
|
|
129
|
+
icon_name: save
|
|
130
|
+
keywords: disk store persist save
|
|
131
|
+
library: Lucide
|
|
132
|
+
import_code: import { Save } from 'lucide-react'
|
|
133
|
+
usage: <Save />
|
|
134
|
+
best_for: Save button persist changes
|
|
135
|
+
style: Outline
|
|
136
|
+
- id: "14"
|
|
137
|
+
category: Action
|
|
138
|
+
icon_name: download
|
|
139
|
+
keywords: export save file download
|
|
140
|
+
library: Lucide
|
|
141
|
+
import_code: import { Download } from 'lucide-react'
|
|
142
|
+
usage: <Download />
|
|
143
|
+
best_for: Download file export
|
|
144
|
+
style: Outline
|
|
145
|
+
- id: "15"
|
|
146
|
+
category: Action
|
|
147
|
+
icon_name: upload
|
|
148
|
+
keywords: import file attach upload
|
|
149
|
+
library: Lucide
|
|
150
|
+
import_code: import { Upload } from 'lucide-react'
|
|
151
|
+
usage: <Upload />
|
|
152
|
+
best_for: Upload file import
|
|
153
|
+
style: Outline
|
|
154
|
+
- id: "16"
|
|
155
|
+
category: Action
|
|
156
|
+
icon_name: copy
|
|
157
|
+
keywords: duplicate clipboard paste
|
|
158
|
+
library: Lucide
|
|
159
|
+
import_code: import { Copy } from 'lucide-react'
|
|
160
|
+
usage: <Copy />
|
|
161
|
+
best_for: Copy to clipboard
|
|
162
|
+
style: Outline
|
|
163
|
+
- id: "17"
|
|
164
|
+
category: Action
|
|
165
|
+
icon_name: share
|
|
166
|
+
keywords: social distribute send
|
|
167
|
+
library: Lucide
|
|
168
|
+
import_code: import { Share } from 'lucide-react'
|
|
169
|
+
usage: <Share />
|
|
170
|
+
best_for: Share button social
|
|
171
|
+
style: Outline
|
|
172
|
+
- id: "18"
|
|
173
|
+
category: Action
|
|
174
|
+
icon_name: search
|
|
175
|
+
keywords: find lookup filter query
|
|
176
|
+
library: Lucide
|
|
177
|
+
import_code: import { Search } from 'lucide-react'
|
|
178
|
+
usage: <Search />
|
|
179
|
+
best_for: Search input bar
|
|
180
|
+
style: Outline
|
|
181
|
+
- id: "19"
|
|
182
|
+
category: Action
|
|
183
|
+
icon_name: filter
|
|
184
|
+
keywords: sort refine narrow options
|
|
185
|
+
library: Lucide
|
|
186
|
+
import_code: import { Filter } from 'lucide-react'
|
|
187
|
+
usage: <Filter />
|
|
188
|
+
best_for: Filter dropdown sort
|
|
189
|
+
style: Outline
|
|
190
|
+
- id: "20"
|
|
191
|
+
category: Action
|
|
192
|
+
icon_name: settings
|
|
193
|
+
keywords: gear cog preferences config
|
|
194
|
+
library: Lucide
|
|
195
|
+
import_code: import { Settings } from 'lucide-react'
|
|
196
|
+
usage: <Settings />
|
|
197
|
+
best_for: Settings page configuration
|
|
198
|
+
style: Outline
|
|
199
|
+
- id: "21"
|
|
200
|
+
category: Status
|
|
201
|
+
icon_name: check
|
|
202
|
+
keywords: success done complete verified
|
|
203
|
+
library: Lucide
|
|
204
|
+
import_code: import { Check } from 'lucide-react'
|
|
205
|
+
usage: <Check />
|
|
206
|
+
best_for: Success state checkmark
|
|
207
|
+
style: Outline
|
|
208
|
+
- id: "22"
|
|
209
|
+
category: Status
|
|
210
|
+
icon_name: check-circle
|
|
211
|
+
keywords: success verified approved complete
|
|
212
|
+
library: Lucide
|
|
213
|
+
import_code: import { CheckCircle } from 'lucide-react'
|
|
214
|
+
usage: <CheckCircle />
|
|
215
|
+
best_for: Success badge verified
|
|
216
|
+
style: Outline
|
|
217
|
+
- id: "23"
|
|
218
|
+
category: Status
|
|
219
|
+
icon_name: x-circle
|
|
220
|
+
keywords: error failed cancel rejected
|
|
221
|
+
library: Lucide
|
|
222
|
+
import_code: import { XCircle } from 'lucide-react'
|
|
223
|
+
usage: <XCircle />
|
|
224
|
+
best_for: Error state failed
|
|
225
|
+
style: Outline
|
|
226
|
+
- id: "24"
|
|
227
|
+
category: Status
|
|
228
|
+
icon_name: alert-triangle
|
|
229
|
+
keywords: warning caution attention danger
|
|
230
|
+
library: Lucide
|
|
231
|
+
import_code: import { AlertTriangle } from 'lucide-react'
|
|
232
|
+
usage: <AlertTriangle />
|
|
233
|
+
best_for: Warning message caution
|
|
234
|
+
style: Outline
|
|
235
|
+
- id: "25"
|
|
236
|
+
category: Status
|
|
237
|
+
icon_name: alert-circle
|
|
238
|
+
keywords: info notice information help
|
|
239
|
+
library: Lucide
|
|
240
|
+
import_code: import { AlertCircle } from 'lucide-react'
|
|
241
|
+
usage: <AlertCircle />
|
|
242
|
+
best_for: Info notice alert
|
|
243
|
+
style: Outline
|
|
244
|
+
- id: "26"
|
|
245
|
+
category: Status
|
|
246
|
+
icon_name: info
|
|
247
|
+
keywords: information help tooltip details
|
|
248
|
+
library: Lucide
|
|
249
|
+
import_code: import { Info } from 'lucide-react'
|
|
250
|
+
usage: <Info />
|
|
251
|
+
best_for: Information tooltip help
|
|
252
|
+
style: Outline
|
|
253
|
+
- id: "27"
|
|
254
|
+
category: Status
|
|
255
|
+
icon_name: loader
|
|
256
|
+
keywords: loading spinner processing wait
|
|
257
|
+
library: Lucide
|
|
258
|
+
import_code: import { Loader } from 'lucide-react'
|
|
259
|
+
usage: <Loader className="animate-spin" />
|
|
260
|
+
best_for: Loading state spinner
|
|
261
|
+
style: Outline
|
|
262
|
+
- id: "28"
|
|
263
|
+
category: Status
|
|
264
|
+
icon_name: clock
|
|
265
|
+
keywords: time schedule pending wait
|
|
266
|
+
library: Lucide
|
|
267
|
+
import_code: import { Clock } from 'lucide-react'
|
|
268
|
+
usage: <Clock />
|
|
269
|
+
best_for: Pending time schedule
|
|
270
|
+
style: Outline
|
|
271
|
+
- id: "29"
|
|
272
|
+
category: Communication
|
|
273
|
+
icon_name: mail
|
|
274
|
+
keywords: email message inbox letter
|
|
275
|
+
library: Lucide
|
|
276
|
+
import_code: import { Mail } from 'lucide-react'
|
|
277
|
+
usage: <Mail />
|
|
278
|
+
best_for: Email contact inbox
|
|
279
|
+
style: Outline
|
|
280
|
+
- id: "30"
|
|
281
|
+
category: Communication
|
|
282
|
+
icon_name: message-circle
|
|
283
|
+
keywords: chat comment bubble conversation
|
|
284
|
+
library: Lucide
|
|
285
|
+
import_code: import { MessageCircle } from 'lucide-react'
|
|
286
|
+
usage: <MessageCircle />
|
|
287
|
+
best_for: Chat comment message
|
|
288
|
+
style: Outline
|
|
289
|
+
- id: "31"
|
|
290
|
+
category: Communication
|
|
291
|
+
icon_name: phone
|
|
292
|
+
keywords: call mobile telephone contact
|
|
293
|
+
library: Lucide
|
|
294
|
+
import_code: import { Phone } from 'lucide-react'
|
|
295
|
+
usage: <Phone />
|
|
296
|
+
best_for: Phone contact call
|
|
297
|
+
style: Outline
|
|
298
|
+
- id: "32"
|
|
299
|
+
category: Communication
|
|
300
|
+
icon_name: send
|
|
301
|
+
keywords: submit dispatch message airplane
|
|
302
|
+
library: Lucide
|
|
303
|
+
import_code: import { Send } from 'lucide-react'
|
|
304
|
+
usage: <Send />
|
|
305
|
+
best_for: Send message submit
|
|
306
|
+
style: Outline
|
|
307
|
+
- id: "33"
|
|
308
|
+
category: Communication
|
|
309
|
+
icon_name: bell
|
|
310
|
+
keywords: notification alert ring reminder
|
|
311
|
+
library: Lucide
|
|
312
|
+
import_code: import { Bell } from 'lucide-react'
|
|
313
|
+
usage: <Bell />
|
|
314
|
+
best_for: Notification bell alert
|
|
315
|
+
style: Outline
|
|
316
|
+
- id: "34"
|
|
317
|
+
category: User
|
|
318
|
+
icon_name: user
|
|
319
|
+
keywords: profile account person avatar
|
|
320
|
+
library: Lucide
|
|
321
|
+
import_code: import { User } from 'lucide-react'
|
|
322
|
+
usage: <User />
|
|
323
|
+
best_for: User profile account
|
|
324
|
+
style: Outline
|
|
325
|
+
- id: "35"
|
|
326
|
+
category: User
|
|
327
|
+
icon_name: users
|
|
328
|
+
keywords: team group people members
|
|
329
|
+
library: Lucide
|
|
330
|
+
import_code: import { Users } from 'lucide-react'
|
|
331
|
+
usage: <Users />
|
|
332
|
+
best_for: Team group members
|
|
333
|
+
style: Outline
|
|
334
|
+
- id: "36"
|
|
335
|
+
category: User
|
|
336
|
+
icon_name: user-plus
|
|
337
|
+
keywords: add invite new member
|
|
338
|
+
library: Lucide
|
|
339
|
+
import_code: import { UserPlus } from 'lucide-react'
|
|
340
|
+
usage: <UserPlus />
|
|
341
|
+
best_for: Add user invite
|
|
342
|
+
style: Outline
|
|
343
|
+
- id: "37"
|
|
344
|
+
category: User
|
|
345
|
+
icon_name: log-in
|
|
346
|
+
keywords: signin authenticate enter
|
|
347
|
+
library: Lucide
|
|
348
|
+
import_code: import { LogIn } from 'lucide-react'
|
|
349
|
+
usage: <LogIn />
|
|
350
|
+
best_for: Login signin
|
|
351
|
+
style: Outline
|
|
352
|
+
- id: "38"
|
|
353
|
+
category: User
|
|
354
|
+
icon_name: log-out
|
|
355
|
+
keywords: signout exit leave logout
|
|
356
|
+
library: Lucide
|
|
357
|
+
import_code: import { LogOut } from 'lucide-react'
|
|
358
|
+
usage: <LogOut />
|
|
359
|
+
best_for: Logout signout
|
|
360
|
+
style: Outline
|
|
361
|
+
- id: "39"
|
|
362
|
+
category: Media
|
|
363
|
+
icon_name: image
|
|
364
|
+
keywords: photo picture gallery thumbnail
|
|
365
|
+
library: Lucide
|
|
366
|
+
import_code: import { Image } from 'lucide-react'
|
|
367
|
+
usage: <Image />
|
|
368
|
+
best_for: Image photo gallery
|
|
369
|
+
style: Outline
|
|
370
|
+
- id: "40"
|
|
371
|
+
category: Media
|
|
372
|
+
icon_name: video
|
|
373
|
+
keywords: movie film play record
|
|
374
|
+
library: Lucide
|
|
375
|
+
import_code: import { Video } from 'lucide-react'
|
|
376
|
+
usage: <Video />
|
|
377
|
+
best_for: Video player media
|
|
378
|
+
style: Outline
|
|
379
|
+
- id: "41"
|
|
380
|
+
category: Media
|
|
381
|
+
icon_name: play
|
|
382
|
+
keywords: start video audio media
|
|
383
|
+
library: Lucide
|
|
384
|
+
import_code: import { Play } from 'lucide-react'
|
|
385
|
+
usage: <Play />
|
|
386
|
+
best_for: Play button video audio
|
|
387
|
+
style: Outline
|
|
388
|
+
- id: "42"
|
|
389
|
+
category: Media
|
|
390
|
+
icon_name: pause
|
|
391
|
+
keywords: stop halt video audio
|
|
392
|
+
library: Lucide
|
|
393
|
+
import_code: import { Pause } from 'lucide-react'
|
|
394
|
+
usage: <Pause />
|
|
395
|
+
best_for: Pause button media
|
|
396
|
+
style: Outline
|
|
397
|
+
- id: "43"
|
|
398
|
+
category: Media
|
|
399
|
+
icon_name: volume-2
|
|
400
|
+
keywords: sound audio speaker music
|
|
401
|
+
library: Lucide
|
|
402
|
+
import_code: import { Volume2 } from 'lucide-react'
|
|
403
|
+
usage: <Volume2 />
|
|
404
|
+
best_for: Volume audio sound
|
|
405
|
+
style: Outline
|
|
406
|
+
- id: "44"
|
|
407
|
+
category: Media
|
|
408
|
+
icon_name: mic
|
|
409
|
+
keywords: microphone record voice audio
|
|
410
|
+
library: Lucide
|
|
411
|
+
import_code: import { Mic } from 'lucide-react'
|
|
412
|
+
usage: <Mic />
|
|
413
|
+
best_for: Microphone voice record
|
|
414
|
+
style: Outline
|
|
415
|
+
- id: "45"
|
|
416
|
+
category: Media
|
|
417
|
+
icon_name: camera
|
|
418
|
+
keywords: photo capture snapshot picture
|
|
419
|
+
library: Lucide
|
|
420
|
+
import_code: import { Camera } from 'lucide-react'
|
|
421
|
+
usage: <Camera />
|
|
422
|
+
best_for: Camera photo capture
|
|
423
|
+
style: Outline
|
|
424
|
+
- id: "46"
|
|
425
|
+
category: Commerce
|
|
426
|
+
icon_name: shopping-cart
|
|
427
|
+
keywords: cart checkout basket buy
|
|
428
|
+
library: Lucide
|
|
429
|
+
import_code: import { ShoppingCart } from 'lucide-react'
|
|
430
|
+
usage: <ShoppingCart />
|
|
431
|
+
best_for: Shopping cart e-commerce
|
|
432
|
+
style: Outline
|
|
433
|
+
- id: "47"
|
|
434
|
+
category: Commerce
|
|
435
|
+
icon_name: shopping-bag
|
|
436
|
+
keywords: purchase buy store bag
|
|
437
|
+
library: Lucide
|
|
438
|
+
import_code: import { ShoppingBag } from 'lucide-react'
|
|
439
|
+
usage: <ShoppingBag />
|
|
440
|
+
best_for: Shopping bag purchase
|
|
441
|
+
style: Outline
|
|
442
|
+
- id: "48"
|
|
443
|
+
category: Commerce
|
|
444
|
+
icon_name: credit-card
|
|
445
|
+
keywords: payment card checkout stripe
|
|
446
|
+
library: Lucide
|
|
447
|
+
import_code: import { CreditCard } from 'lucide-react'
|
|
448
|
+
usage: <CreditCard />
|
|
449
|
+
best_for: Payment credit card
|
|
450
|
+
style: Outline
|
|
451
|
+
- id: "49"
|
|
452
|
+
category: Commerce
|
|
453
|
+
icon_name: dollar-sign
|
|
454
|
+
keywords: money price currency cost
|
|
455
|
+
library: Lucide
|
|
456
|
+
import_code: import { DollarSign } from 'lucide-react'
|
|
457
|
+
usage: <DollarSign />
|
|
458
|
+
best_for: Price money currency
|
|
459
|
+
style: Outline
|
|
460
|
+
- id: "50"
|
|
461
|
+
category: Commerce
|
|
462
|
+
icon_name: tag
|
|
463
|
+
keywords: label price discount sale
|
|
464
|
+
library: Lucide
|
|
465
|
+
import_code: import { Tag } from 'lucide-react'
|
|
466
|
+
usage: <Tag />
|
|
467
|
+
best_for: Price tag label
|
|
468
|
+
style: Outline
|
|
469
|
+
- id: "51"
|
|
470
|
+
category: Commerce
|
|
471
|
+
icon_name: gift
|
|
472
|
+
keywords: present reward bonus offer
|
|
473
|
+
library: Lucide
|
|
474
|
+
import_code: import { Gift } from 'lucide-react'
|
|
475
|
+
usage: <Gift />
|
|
476
|
+
best_for: Gift reward offer
|
|
477
|
+
style: Outline
|
|
478
|
+
- id: "52"
|
|
479
|
+
category: Commerce
|
|
480
|
+
icon_name: percent
|
|
481
|
+
keywords: discount sale offer promo
|
|
482
|
+
library: Lucide
|
|
483
|
+
import_code: import { Percent } from 'lucide-react'
|
|
484
|
+
usage: <Percent />
|
|
485
|
+
best_for: Discount percentage sale
|
|
486
|
+
style: Outline
|
|
487
|
+
- id: "53"
|
|
488
|
+
category: Data
|
|
489
|
+
icon_name: bar-chart
|
|
490
|
+
keywords: analytics statistics graph metrics
|
|
491
|
+
library: Lucide
|
|
492
|
+
import_code: import { BarChart } from 'lucide-react'
|
|
493
|
+
usage: <BarChart />
|
|
494
|
+
best_for: Bar chart analytics
|
|
495
|
+
style: Outline
|
|
496
|
+
- id: "54"
|
|
497
|
+
category: Data
|
|
498
|
+
icon_name: pie-chart
|
|
499
|
+
keywords: statistics distribution breakdown
|
|
500
|
+
library: Lucide
|
|
501
|
+
import_code: import { PieChart } from 'lucide-react'
|
|
502
|
+
usage: <PieChart />
|
|
503
|
+
best_for: Pie chart distribution
|
|
504
|
+
style: Outline
|
|
505
|
+
- id: "55"
|
|
506
|
+
category: Data
|
|
507
|
+
icon_name: trending-up
|
|
508
|
+
keywords: growth increase positive trend
|
|
509
|
+
library: Lucide
|
|
510
|
+
import_code: import { TrendingUp } from 'lucide-react'
|
|
511
|
+
usage: <TrendingUp />
|
|
512
|
+
best_for: Growth trend positive
|
|
513
|
+
style: Outline
|
|
514
|
+
- id: "56"
|
|
515
|
+
category: Data
|
|
516
|
+
icon_name: trending-down
|
|
517
|
+
keywords: decline decrease negative trend
|
|
518
|
+
library: Lucide
|
|
519
|
+
import_code: import { TrendingDown } from 'lucide-react'
|
|
520
|
+
usage: <TrendingDown />
|
|
521
|
+
best_for: Decline trend negative
|
|
522
|
+
style: Outline
|
|
523
|
+
- id: "57"
|
|
524
|
+
category: Data
|
|
525
|
+
icon_name: activity
|
|
526
|
+
keywords: pulse heartbeat monitor live
|
|
527
|
+
library: Lucide
|
|
528
|
+
import_code: import { Activity } from 'lucide-react'
|
|
529
|
+
usage: <Activity />
|
|
530
|
+
best_for: Activity monitor pulse
|
|
531
|
+
style: Outline
|
|
532
|
+
- id: "58"
|
|
533
|
+
category: Data
|
|
534
|
+
icon_name: database
|
|
535
|
+
keywords: storage server data backend
|
|
536
|
+
library: Lucide
|
|
537
|
+
import_code: import { Database } from 'lucide-react'
|
|
538
|
+
usage: <Database />
|
|
539
|
+
best_for: Database storage
|
|
540
|
+
style: Outline
|
|
541
|
+
- id: "59"
|
|
542
|
+
category: Files
|
|
543
|
+
icon_name: file
|
|
544
|
+
keywords: document page paper doc
|
|
545
|
+
library: Lucide
|
|
546
|
+
import_code: import { File } from 'lucide-react'
|
|
547
|
+
usage: <File />
|
|
548
|
+
best_for: File document
|
|
549
|
+
style: Outline
|
|
550
|
+
- id: "60"
|
|
551
|
+
category: Files
|
|
552
|
+
icon_name: file-text
|
|
553
|
+
keywords: document text page article
|
|
554
|
+
library: Lucide
|
|
555
|
+
import_code: import { FileText } from 'lucide-react'
|
|
556
|
+
usage: <FileText />
|
|
557
|
+
best_for: Text document article
|
|
558
|
+
style: Outline
|
|
559
|
+
- id: "61"
|
|
560
|
+
category: Files
|
|
561
|
+
icon_name: folder
|
|
562
|
+
keywords: directory organize group files
|
|
563
|
+
library: Lucide
|
|
564
|
+
import_code: import { Folder } from 'lucide-react'
|
|
565
|
+
usage: <Folder />
|
|
566
|
+
best_for: Folder directory
|
|
567
|
+
style: Outline
|
|
568
|
+
- id: "62"
|
|
569
|
+
category: Files
|
|
570
|
+
icon_name: folder-open
|
|
571
|
+
keywords: expanded browse files view
|
|
572
|
+
library: Lucide
|
|
573
|
+
import_code: import { FolderOpen } from 'lucide-react'
|
|
574
|
+
usage: <FolderOpen />
|
|
575
|
+
best_for: Open folder browse
|
|
576
|
+
style: Outline
|
|
577
|
+
- id: "63"
|
|
578
|
+
category: Files
|
|
579
|
+
icon_name: paperclip
|
|
580
|
+
keywords: attachment attach file link
|
|
581
|
+
library: Lucide
|
|
582
|
+
import_code: import { Paperclip } from 'lucide-react'
|
|
583
|
+
usage: <Paperclip />
|
|
584
|
+
best_for: Attachment paperclip
|
|
585
|
+
style: Outline
|
|
586
|
+
- id: "64"
|
|
587
|
+
category: Files
|
|
588
|
+
icon_name: link
|
|
589
|
+
keywords: url hyperlink chain connect
|
|
590
|
+
library: Lucide
|
|
591
|
+
import_code: import { Link } from 'lucide-react'
|
|
592
|
+
usage: <Link />
|
|
593
|
+
best_for: Link URL hyperlink
|
|
594
|
+
style: Outline
|
|
595
|
+
- id: "65"
|
|
596
|
+
category: Files
|
|
597
|
+
icon_name: clipboard
|
|
598
|
+
keywords: paste copy buffer notes
|
|
599
|
+
library: Lucide
|
|
600
|
+
import_code: import { Clipboard } from 'lucide-react'
|
|
601
|
+
usage: <Clipboard />
|
|
602
|
+
best_for: Clipboard paste
|
|
603
|
+
style: Outline
|
|
604
|
+
- id: "66"
|
|
605
|
+
category: Layout
|
|
606
|
+
icon_name: grid
|
|
607
|
+
keywords: tiles gallery layout dashboard
|
|
608
|
+
library: Lucide
|
|
609
|
+
import_code: import { Grid } from 'lucide-react'
|
|
610
|
+
usage: <Grid />
|
|
611
|
+
best_for: Grid layout gallery
|
|
612
|
+
style: Outline
|
|
613
|
+
- id: "67"
|
|
614
|
+
category: Layout
|
|
615
|
+
icon_name: list
|
|
616
|
+
keywords: rows table lines items
|
|
617
|
+
library: Lucide
|
|
618
|
+
import_code: import { List } from 'lucide-react'
|
|
619
|
+
usage: <List />
|
|
620
|
+
best_for: List view rows
|
|
621
|
+
style: Outline
|
|
622
|
+
- id: "68"
|
|
623
|
+
category: Layout
|
|
624
|
+
icon_name: columns
|
|
625
|
+
keywords: layout split dual sidebar
|
|
626
|
+
library: Lucide
|
|
627
|
+
import_code: import { Columns } from 'lucide-react'
|
|
628
|
+
usage: <Columns />
|
|
629
|
+
best_for: Column layout split
|
|
630
|
+
style: Outline
|
|
631
|
+
- id: "69"
|
|
632
|
+
category: Layout
|
|
633
|
+
icon_name: maximize
|
|
634
|
+
keywords: fullscreen expand enlarge zoom
|
|
635
|
+
library: Lucide
|
|
636
|
+
import_code: import { Maximize } from 'lucide-react'
|
|
637
|
+
usage: <Maximize />
|
|
638
|
+
best_for: Fullscreen maximize
|
|
639
|
+
style: Outline
|
|
640
|
+
- id: "70"
|
|
641
|
+
category: Layout
|
|
642
|
+
icon_name: minimize
|
|
643
|
+
keywords: reduce shrink collapse exit
|
|
644
|
+
library: Lucide
|
|
645
|
+
import_code: import { Minimize } from 'lucide-react'
|
|
646
|
+
usage: <Minimize />
|
|
647
|
+
best_for: Minimize reduce
|
|
648
|
+
style: Outline
|
|
649
|
+
- id: "71"
|
|
650
|
+
category: Layout
|
|
651
|
+
icon_name: sidebar
|
|
652
|
+
keywords: panel drawer navigation menu
|
|
653
|
+
library: Lucide
|
|
654
|
+
import_code: import { Sidebar } from 'lucide-react'
|
|
655
|
+
usage: <Sidebar />
|
|
656
|
+
best_for: Sidebar panel
|
|
657
|
+
style: Outline
|
|
658
|
+
- id: "72"
|
|
659
|
+
category: Social
|
|
660
|
+
icon_name: heart
|
|
661
|
+
keywords: like love favorite wishlist
|
|
662
|
+
library: Lucide
|
|
663
|
+
import_code: import { Heart } from 'lucide-react'
|
|
664
|
+
usage: <Heart />
|
|
665
|
+
best_for: Like favorite love
|
|
666
|
+
style: Outline
|
|
667
|
+
- id: "73"
|
|
668
|
+
category: Social
|
|
669
|
+
icon_name: star
|
|
670
|
+
keywords: rating review favorite bookmark
|
|
671
|
+
library: Lucide
|
|
672
|
+
import_code: import { Star } from 'lucide-react'
|
|
673
|
+
usage: <Star />
|
|
674
|
+
best_for: Star rating favorite
|
|
675
|
+
style: Outline
|
|
676
|
+
- id: "74"
|
|
677
|
+
category: Social
|
|
678
|
+
icon_name: thumbs-up
|
|
679
|
+
keywords: like approve agree positive
|
|
680
|
+
library: Lucide
|
|
681
|
+
import_code: import { ThumbsUp } from 'lucide-react'
|
|
682
|
+
usage: <ThumbsUp />
|
|
683
|
+
best_for: Like approve thumb
|
|
684
|
+
style: Outline
|
|
685
|
+
- id: "75"
|
|
686
|
+
category: Social
|
|
687
|
+
icon_name: thumbs-down
|
|
688
|
+
keywords: dislike disapprove disagree negative
|
|
689
|
+
library: Lucide
|
|
690
|
+
import_code: import { ThumbsDown } from 'lucide-react'
|
|
691
|
+
usage: <ThumbsDown />
|
|
692
|
+
best_for: Dislike disapprove
|
|
693
|
+
style: Outline
|
|
694
|
+
- id: "76"
|
|
695
|
+
category: Social
|
|
696
|
+
icon_name: bookmark
|
|
697
|
+
keywords: save later favorite mark
|
|
698
|
+
library: Lucide
|
|
699
|
+
import_code: import { Bookmark } from 'lucide-react'
|
|
700
|
+
usage: <Bookmark />
|
|
701
|
+
best_for: Bookmark save
|
|
702
|
+
style: Outline
|
|
703
|
+
- id: "77"
|
|
704
|
+
category: Social
|
|
705
|
+
icon_name: flag
|
|
706
|
+
keywords: report mark important highlight
|
|
707
|
+
library: Lucide
|
|
708
|
+
import_code: import { Flag } from 'lucide-react'
|
|
709
|
+
usage: <Flag />
|
|
710
|
+
best_for: Flag report
|
|
711
|
+
style: Outline
|
|
712
|
+
- id: "78"
|
|
713
|
+
category: Device
|
|
714
|
+
icon_name: smartphone
|
|
715
|
+
keywords: mobile phone device touch
|
|
716
|
+
library: Lucide
|
|
717
|
+
import_code: import { Smartphone } from 'lucide-react'
|
|
718
|
+
usage: <Smartphone />
|
|
719
|
+
best_for: Mobile smartphone
|
|
720
|
+
style: Outline
|
|
721
|
+
- id: "79"
|
|
722
|
+
category: Device
|
|
723
|
+
icon_name: tablet
|
|
724
|
+
keywords: ipad device touch screen
|
|
725
|
+
library: Lucide
|
|
726
|
+
import_code: import { Tablet } from 'lucide-react'
|
|
727
|
+
usage: <Tablet />
|
|
728
|
+
best_for: Tablet device
|
|
729
|
+
style: Outline
|
|
730
|
+
- id: "80"
|
|
731
|
+
category: Device
|
|
732
|
+
icon_name: monitor
|
|
733
|
+
keywords: desktop screen computer display
|
|
734
|
+
library: Lucide
|
|
735
|
+
import_code: import { Monitor } from 'lucide-react'
|
|
736
|
+
usage: <Monitor />
|
|
737
|
+
best_for: Desktop monitor
|
|
738
|
+
style: Outline
|
|
739
|
+
- id: "81"
|
|
740
|
+
category: Device
|
|
741
|
+
icon_name: laptop
|
|
742
|
+
keywords: notebook computer portable device
|
|
743
|
+
library: Lucide
|
|
744
|
+
import_code: import { Laptop } from 'lucide-react'
|
|
745
|
+
usage: <Laptop />
|
|
746
|
+
best_for: Laptop computer
|
|
747
|
+
style: Outline
|
|
748
|
+
- id: "82"
|
|
749
|
+
category: Device
|
|
750
|
+
icon_name: printer
|
|
751
|
+
keywords: print document output paper
|
|
752
|
+
library: Lucide
|
|
753
|
+
import_code: import { Printer } from 'lucide-react'
|
|
754
|
+
usage: <Printer />
|
|
755
|
+
best_for: Printer print
|
|
756
|
+
style: Outline
|
|
757
|
+
- id: "83"
|
|
758
|
+
category: Security
|
|
759
|
+
icon_name: lock
|
|
760
|
+
keywords: secure password protected private
|
|
761
|
+
library: Lucide
|
|
762
|
+
import_code: import { Lock } from 'lucide-react'
|
|
763
|
+
usage: <Lock />
|
|
764
|
+
best_for: Lock secure
|
|
765
|
+
style: Outline
|
|
766
|
+
- id: "84"
|
|
767
|
+
category: Security
|
|
768
|
+
icon_name: unlock
|
|
769
|
+
keywords: open access unsecure public
|
|
770
|
+
library: Lucide
|
|
771
|
+
import_code: import { Unlock } from 'lucide-react'
|
|
772
|
+
usage: <Unlock />
|
|
773
|
+
best_for: Unlock open
|
|
774
|
+
style: Outline
|
|
775
|
+
- id: "85"
|
|
776
|
+
category: Security
|
|
777
|
+
icon_name: shield
|
|
778
|
+
keywords: protection security safe guard
|
|
779
|
+
library: Lucide
|
|
780
|
+
import_code: import { Shield } from 'lucide-react'
|
|
781
|
+
usage: <Shield />
|
|
782
|
+
best_for: Shield protection
|
|
783
|
+
style: Outline
|
|
784
|
+
- id: "86"
|
|
785
|
+
category: Security
|
|
786
|
+
icon_name: key
|
|
787
|
+
keywords: password access unlock login
|
|
788
|
+
library: Lucide
|
|
789
|
+
import_code: import { Key } from 'lucide-react'
|
|
790
|
+
usage: <Key />
|
|
791
|
+
best_for: Key password
|
|
792
|
+
style: Outline
|
|
793
|
+
- id: "87"
|
|
794
|
+
category: Security
|
|
795
|
+
icon_name: eye
|
|
796
|
+
keywords: view show visible password
|
|
797
|
+
library: Lucide
|
|
798
|
+
import_code: import { Eye } from 'lucide-react'
|
|
799
|
+
usage: <Eye />
|
|
800
|
+
best_for: Show password view
|
|
801
|
+
style: Outline
|
|
802
|
+
- id: "88"
|
|
803
|
+
category: Security
|
|
804
|
+
icon_name: eye-off
|
|
805
|
+
keywords: hide invisible password hidden
|
|
806
|
+
library: Lucide
|
|
807
|
+
import_code: import { EyeOff } from 'lucide-react'
|
|
808
|
+
usage: <EyeOff />
|
|
809
|
+
best_for: Hide password
|
|
810
|
+
style: Outline
|
|
811
|
+
- id: "89"
|
|
812
|
+
category: Location
|
|
813
|
+
icon_name: map-pin
|
|
814
|
+
keywords: location marker place address
|
|
815
|
+
library: Lucide
|
|
816
|
+
import_code: import { MapPin } from 'lucide-react'
|
|
817
|
+
usage: <MapPin />
|
|
818
|
+
best_for: Location pin marker
|
|
819
|
+
style: Outline
|
|
820
|
+
- id: "90"
|
|
821
|
+
category: Location
|
|
822
|
+
icon_name: map
|
|
823
|
+
keywords: directions navigate geography location
|
|
824
|
+
library: Lucide
|
|
825
|
+
import_code: import { Map } from 'lucide-react'
|
|
826
|
+
usage: <Map />
|
|
827
|
+
best_for: Map directions
|
|
828
|
+
style: Outline
|
|
829
|
+
- id: "91"
|
|
830
|
+
category: Location
|
|
831
|
+
icon_name: navigation
|
|
832
|
+
keywords: compass direction pointer arrow
|
|
833
|
+
library: Lucide
|
|
834
|
+
import_code: import { Navigation } from 'lucide-react'
|
|
835
|
+
usage: <Navigation />
|
|
836
|
+
best_for: Navigation compass
|
|
837
|
+
style: Outline
|
|
838
|
+
- id: "92"
|
|
839
|
+
category: Location
|
|
840
|
+
icon_name: globe
|
|
841
|
+
keywords: world international global web
|
|
842
|
+
library: Lucide
|
|
843
|
+
import_code: import { Globe } from 'lucide-react'
|
|
844
|
+
usage: <Globe />
|
|
845
|
+
best_for: Globe world
|
|
846
|
+
style: Outline
|
|
847
|
+
- id: "93"
|
|
848
|
+
category: Time
|
|
849
|
+
icon_name: calendar
|
|
850
|
+
keywords: date schedule event appointment
|
|
851
|
+
library: Lucide
|
|
852
|
+
import_code: import { Calendar } from 'lucide-react'
|
|
853
|
+
usage: <Calendar />
|
|
854
|
+
best_for: Calendar date
|
|
855
|
+
style: Outline
|
|
856
|
+
- id: "94"
|
|
857
|
+
category: Time
|
|
858
|
+
icon_name: refresh-cw
|
|
859
|
+
keywords: reload sync update refresh
|
|
860
|
+
library: Lucide
|
|
861
|
+
import_code: import { RefreshCw } from 'lucide-react'
|
|
862
|
+
usage: <RefreshCw />
|
|
863
|
+
best_for: Refresh reload
|
|
864
|
+
style: Outline
|
|
865
|
+
- id: "95"
|
|
866
|
+
category: Time
|
|
867
|
+
icon_name: rotate-ccw
|
|
868
|
+
keywords: undo back revert history
|
|
869
|
+
library: Lucide
|
|
870
|
+
import_code: import { RotateCcw } from 'lucide-react'
|
|
871
|
+
usage: <RotateCcw />
|
|
872
|
+
best_for: Undo revert
|
|
873
|
+
style: Outline
|
|
874
|
+
- id: "96"
|
|
875
|
+
category: Time
|
|
876
|
+
icon_name: rotate-cw
|
|
877
|
+
keywords: redo forward repeat history
|
|
878
|
+
library: Lucide
|
|
879
|
+
import_code: import { RotateCw } from 'lucide-react'
|
|
880
|
+
usage: <RotateCw />
|
|
881
|
+
best_for: Redo forward
|
|
882
|
+
style: Outline
|
|
883
|
+
- id: "97"
|
|
884
|
+
category: Development
|
|
885
|
+
icon_name: code
|
|
886
|
+
keywords: develop programming syntax html
|
|
887
|
+
library: Lucide
|
|
888
|
+
import_code: import { Code } from 'lucide-react'
|
|
889
|
+
usage: <Code />
|
|
890
|
+
best_for: Code development
|
|
891
|
+
style: Outline
|
|
892
|
+
- id: "98"
|
|
893
|
+
category: Development
|
|
894
|
+
icon_name: terminal
|
|
895
|
+
keywords: console cli command shell
|
|
896
|
+
library: Lucide
|
|
897
|
+
import_code: import { Terminal } from 'lucide-react'
|
|
898
|
+
usage: <Terminal />
|
|
899
|
+
best_for: Terminal console
|
|
900
|
+
style: Outline
|
|
901
|
+
- id: "99"
|
|
902
|
+
category: Development
|
|
903
|
+
icon_name: git-branch
|
|
904
|
+
keywords: version control branch merge
|
|
905
|
+
library: Lucide
|
|
906
|
+
import_code: import { GitBranch } from 'lucide-react'
|
|
907
|
+
usage: <GitBranch />
|
|
908
|
+
best_for: Git branch
|
|
909
|
+
style: Outline
|
|
910
|
+
- id: "100"
|
|
911
|
+
category: Development
|
|
912
|
+
icon_name: github
|
|
913
|
+
keywords: repository code open source
|
|
914
|
+
library: Lucide
|
|
915
|
+
import_code: import { Github } from 'lucide-react'
|
|
916
|
+
usage: <Github />
|
|
917
|
+
best_for: GitHub repository
|
|
918
|
+
style: Outline
|