Skills core-components
📦

core-components

Content revision r2 Safe ⚙️ External commands

Build Consistent Token-Based UI Components

Hard-coded styles and raw platform elements create inconsistent interfaces. This skill applies reusable design tokens, core components, and established layout patterns.

Supports: Claude Codex Code(CC)
🥉 79 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "core-components" from https://skillstore.io/skills/sickn33-core-components.md and its manifest at https://skillstore.io/api/skills/sickn33-core-components/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "core-components". Replace hard-coded profile card styling with core components.

Expected outcome:

  • Use Card as the content container with approved padding and gap tokens.
  • Place the avatar and identity details in horizontal and vertical stack components.
  • Use semantic text and border tokens instead of literal colors and dimensions.

Using "core-components". Review a checkout form for design system issues.

Expected outcome:

The review identifies raw views, inline spacing, literal colors, and an untracked button style. It recommends stack, Input, and Button replacements.

Using "core-components". Define a reusable notification card.

Expected outcome:

The proposed contract limits spacing and visual variants to approved values, supports composable content, and includes explicit loading, disabled, and error states.

Security Audit

Safe
v5 • 7/23/2026 Open versioned report

All 49 static findings are false positives caused by Markdown code fences and inline code formatting in SKILL.md. The file contains documentation and TSX examples, with no shell commands, Ruby execution, prompt injection, or other malicious intent.

1
Files scanned
276
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History →
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-core-components/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-core-components/security.svg)](https://skillstore.io/skills/sickn33-core-components?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-core-components?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-core-components/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-core-components.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA · BibTeX · CFF)

APA citation

sickn33. (2026). core-components security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-core-components/audits/5

BibTeX citation

@techreport{sickn33-sickn33-core-components-2026, author = {sickn33}, title = {core-components security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-core-components/audits/5}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "core-components security audit report (audit version 5)" version: "unspecified" type: report authors: - name: "sickn33" date-released: "2026-07-23" url: "https://skillstore.io/skills/sickn33-core-components/audits/5" identifiers: - type: other value: "skillstore:sickn33-core-components:audit:5" description: "Skillstore immutable audit report identifier"

Compare variants

2 installable variants

Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.

Why this variant is first

Higher Skillstore usage
sickn33 Recommended Current

sickn33-core-components

Skillstore Score 79
Evidence Confidence High
Skillstore usage 16
Updated

2026-08-21

chriswiles-core-components

Skillstore Score 79
Evidence Confidence High
Skillstore usage 6
Updated

2026-08-21

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
68
Community
91
Spec Compliance

What You Can Build

Standardize Product Screens

Convert inconsistent screen layouts into shared components with approved spacing, color, and typography tokens.

Review Design System Adoption

Identify raw platform elements, inline styles, and hard-coded values that bypass the component library.

Define Reusable Component APIs

Create typed component props that accept approved tokens and controlled visual variants.

Try These Prompts

Replace Hard-Coded Styles
Refactor this UI to use core components and design tokens: {{ui_snippet}}. Preserve its current layout and behavior.
Build a Form Layout
Create a form for {{fields}} using stack layouts, token spacing, validated inputs, and a loading submit button.
Audit a Screen
Review {{screen_code}} for raw components, inline styles, hard-coded values, and inconsistent variants. Recommend specific core-component replacements.
Design a Component Contract
Define a typed {{component_name}} API using approved tokens, controlled variants, accessibility states, and composable children. Explain each design decision.

Best Practices

  • Confirm available tokens and component props before applying the examples.
  • Preserve loading, disabled, validation, and interaction behavior during refactoring.
  • Test accessibility, responsiveness, and visual consistency in the target application.

Avoid

  • Do not replace project-specific APIs with assumed component names.
  • Do not hard-code spacing, color, or typography values when approved tokens exist.
  • Do not use raw platform components when the core library provides an equivalent.

Frequently Asked Questions

Does this skill install a component library?
No. It provides design system guidance and examples for an existing core component library.
Which frameworks does it support?
The examples use TSX and React Native style props, but the patterns can guide similar React systems.
Can I use different token names?
Yes. Map the example tokens to the names defined by your project before applying changes.
Does it create accessible components automatically?
No. Accessibility states and behavior still require project-specific design, implementation, and testing.
Can it review existing UI code?
Yes. It can identify hard-coded values, raw components, inline styles, and inconsistent component variants.
Does it include component tests?
No. Use the project testing patterns to verify rendering, interaction states, accessibility, and visual behavior.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526

Maintenance freshness

7/26/2026

Usage

12 downloads · 97 views

File structure

📄 SKILL.md