code-abyss 1.7.1 → 1.7.2
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/README.md +1 -1
- package/package.json +1 -1
- package/skills/domains/ai/SKILL.md +2 -0
- package/skills/domains/architecture/SKILL.md +2 -0
- package/skills/domains/data-engineering/SKILL.md +2 -0
- package/skills/domains/development/SKILL.md +2 -0
- package/skills/domains/devops/SKILL.md +2 -0
- package/skills/domains/frontend-design/SKILL.md +1 -0
- package/skills/domains/frontend-design/claymorphism/SKILL.md +2 -0
- package/skills/domains/frontend-design/glassmorphism/SKILL.md +2 -0
- package/skills/domains/frontend-design/liquid-glass/SKILL.md +2 -0
- package/skills/domains/frontend-design/neubrutalism/SKILL.md +2 -0
- package/skills/domains/infrastructure/SKILL.md +2 -0
- package/skills/domains/mobile/SKILL.md +2 -0
- package/skills/domains/orchestration/SKILL.md +2 -1
- package/skills/domains/security/SKILL.md +2 -0
- package/skills/orchestration/multi-agent/SKILL.md +2 -0
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
name: claymorphism
|
|
3
3
|
description: Claymorphism design system skill. Use when building soft, puffy, clay-like UI components with large radii, dual inner shadows, and offset outer shadows.
|
|
4
4
|
license: MIT
|
|
5
|
+
user-invocable: false
|
|
6
|
+
disable-model-invocation: false
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Claymorphism Design Spec
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
name: glassmorphism
|
|
3
3
|
description: Glassmorphism design system skill. Use when building frosted-glass UI components with blur, transparency, and layered depth effects.
|
|
4
4
|
license: MIT
|
|
5
|
+
user-invocable: false
|
|
6
|
+
disable-model-invocation: false
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Glassmorphism Design Spec
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
name: liquid-glass
|
|
3
3
|
description: Apple Liquid Glass design system. Use when building UI with translucent, depth-aware glass morphism following Apple's design language. Provides CSS tokens, component patterns, dark/light mode, and animation specs.
|
|
4
4
|
license: MIT
|
|
5
|
+
user-invocable: false
|
|
6
|
+
disable-model-invocation: false
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Liquid Glass Design System
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
name: neubrutalism
|
|
3
3
|
description: Neubrutalism design system skill. Use when building bold UI with thick borders, offset solid shadows, high saturation colors, and minimal border radius.
|
|
4
4
|
license: MIT
|
|
5
|
+
user-invocable: false
|
|
6
|
+
disable-model-invocation: false
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Neubrutalism Design Spec
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
name: infrastructure
|
|
3
3
|
description: 云原生基础设施。Kubernetes、Helm、Kustomize、Operator、CRD、GitOps、ArgoCD、Flux、IaC、Terraform、Pulumi、CDK。当用户提到 K8s、Helm、GitOps、IaC 时路由到此。
|
|
4
4
|
license: MIT
|
|
5
|
+
user-invocable: false
|
|
6
|
+
disable-model-invocation: false
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# 云原生基础设施 · Infrastructure
|