tailwind-css
78レスポンシブな Tailwind CSS インターフェイスを構築する
Tailwind プロジェクトは、コンポーネント間やブレークポイント間で一貫性を失いやすくなります。このスキルは、レスポンシブなユーティリティクラス、テーマ設定、ダークモード、アクセシビリティチェックをガイドします。
型付き React コンポーネントを構築する
React コンポーネントの作業では、一貫した構造、hooks、tests、stories、アクセシビリティチェックが必要になることがよくあります。このスキルは、Claude、Codex、Claude Code が型付きでテスト可能な React コンポーネントを作成できるように導きます。
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "react-component" from https://skillstore.io/skills/awais68-react-component.md and its manifest at https://skillstore.io/api/skills/awais68-react-component/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「react-component」を使用しています。 loading and error states を備えた student KPI card を構築してください。
期待される結果:
型付き KPI card component、state handling、accessibility labels、焦点を絞った tests、Storybook variants の計画。
「react-component」を使用しています。 再利用可能な attendance data hook を作成してください。
期待される結果:
typed data、loading、error、refetch behavior、dependency guidance、retry expectations を備えた custom hook design。
「react-component」を使用しています。 デザインシステム向けの modal component を文書化してください。
期待される結果:
default、open、loading、error、keyboard navigation states を網羅する Storybook-oriented outline。
All static external command alerts are false positives caused by markdown code fences and inline React or TypeScript identifiers in SKILL.md. The network alerts are documentation reference links only, with no automated request or data transmission behavior. No prompt injection attempt or malicious semantic intent was found.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/awais68-react-component/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/awais68-react-component?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/awais68-react-component?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/awais68-react-component/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/awais68-react-component.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Awais68. (2026). react-component security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/awais68-react-component/audits/8@techreport{awais68-awais68-react-component-2026,
author = {Awais68},
title = {react-component security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/awais68-react-component/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "react-component security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Awais68"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/awais68-react-component/audits/8"
identifiers:
- type: other
value: "skillstore:awais68-react-component:audit:8"
description: "Skillstore immutable audit report identifier"
明確な props、loading states、error states、アクセシブルなインタラクションを備えた型付きコンポーネントを構築します。
React コンポーネント向けに render、interaction、loading、error、accessibility tests を計画します。
component states、props、visual variants の Storybook カバレッジを作成します。
[purpose] のための React functional component を作成してください。TypeScript props、loading and empty states、accessibility basics、短い usage note を含めてください。
[workflow] のための React form component を構築してください。typed values、validation behavior、submit handling、error display、React Testing Library test cases を定義してください。
[data or behavior] のための custom hook を設計してください。typed return values、loading and error states、retry behavior、cleanup rules、component usage guidance を含めてください。
[feature] のための composed React component system を作成してください。props design、subcomponents、performance choices、accessibility requirements、tests、Storybook stories を網羅してください。
作成者
Awais68ライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
c4231f0153ccd2a2ed62274c5a372bf8f2386d3f
メンテナンスの新しさ
2026/7/18
利用状況
6 ダウンロード · 263 閲覧
ファイル構成
📄 SKILL.md
レスポンシブな Tailwind CSS インターフェイスを構築する
Tailwind プロジェクトは、コンポーネント間やブレークポイント間で一貫性を失いやすくなります。このスキルは、レスポンシブなユーティリティクラス、テーマ設定、ダークモード、アクセシビリティチェックをガイドします。
型付き API クライアントを構築する
API クライアントには、一貫した認証、キャッシュ、検証、エラーハンドリングが必要です。このスキルは、TanStack Query、Axios、JWT インターセプター、Zod パース、オフライン動作をガイドします。
安全な Next.js 認証を実装する
認証作業は仕様が不十分になりやすく、安全に実装するのが難しい領域です。このスキルは、フォーム、セッション、保護されたルート、ロールチェックについて Claude、Codex、Claude Code をガイドします。
SQLModel CRUD レイヤーの構築
リレーションシップや非同期セッションが関わる場合、SQLModel モデルと CRUD コードの設計には時間がかかることがあります。このスキルは、Claude、Codex、Claude Code に対して、モデル、クエリ、リレーションシップ、データベース設定をガイドします。
Pydantic と Zod でデータを検証する
検証ルールがレイヤー間でコピーされると、API とフォームはしばしばずれていきます。このスキルは、Claude、Codex、Claude Code に、共有スキーマ、明確なエラー、より安全な入力処理のための実践的なパターンを提供します。
認証とモデルを備えたFastAPIバックエンドの構築
FastAPIプロジェクトでは、ルート、スキーマ、認証、データベースセッション、CORSに一貫した構造が必要です。このスキルは、Claude、Codex、Claude Codeが保守しやすいバックエンドパターンを作成できるようにガイドします。
型安全なReactコンポーネントを構築
作成者 softaworks
React TypeScript の作業では、event、hook、route の正確な型が必要になることがよくあります。このスキルは、型付きcomponents、React 19 APIs、routing に焦点を当てたパターンを提供します。
本番環境対応のフロントエンド機能を構築
作成者 davila7
フロントエンドチームには、プロジェクト間で一貫したReactおよびNext.jsのガイダンスが必要です。このスキルは、フロントエンド分析のためのリファレンスワークフロー、品質プラクティス、ヘルパースクリプトを提供します。
モダンなReactおよびNext.jsアプリを構築する
作成者 sickn33
ReactおよびNext.jsプロジェクトでは、ルーティング、コンポーネント、スタイリング、データ、フォーム、テスト、デプロイ全体で一貫したセットアップ方針が必要になることがよくあります。このスキルは、Claude、Codex、Claude Codeに、モダンなフロントエンドアプリケーションを計画および構築するためのフェーズベースのワークフローを提供します。
Convexコンポーネントを構築する
作成者 get-convex
Convexコンポーネントには、明確なデータ所有権、ラッパー関数、生成された型が必要です。このスキルは、Convexプロジェクトにおけるコンポーネントの設計、実装、配線、検証をガイドします。
Playwrightテストカバレッジの改善
作成者 C0ntr0lledCha0s
Playwrightスイートは、設定、ロケーター、フィクスチャに一貫性がないと不安定になることがあります。このスキルは、信頼性の高いブラウザテスト、デバッグ、再利用可能なページオブジェクトのための実践的なパターンを提供します。
starknet.js で Starknet アプリを構築
作成者 internet-court
Starknet 統合では、プロバイダー、アカウント、トランザクション、手数料を正確に処理する必要があります。このスキルは、Claude、Codex、Claude Code に実践的な starknet.js v9 パターンを提供します。