tailwind-css
78Build Responsive Tailwind CSS Interfaces
Tailwind projects can become inconsistent across components and breakpoints. This skill guides responsive utility classes, theme setup, dark mode, and accessibility checks.
Configure Environment Settings
Environment settings often spread across files and deployment targets. This skill provides typed FastAPI patterns for .env templates, validation, and secret handling.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "env-config" from https://skillstore.io/skills/awais68-env-config.md and its manifest at https://skillstore.io/api/skills/awais68-env-config/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "env-config". Set up configuration for a new FastAPI project.
Expected outcome:
Using "env-config". Review whether our .env files are safe to commit.
Expected outcome:
Using "env-config". Improve our secret rotation process.
Expected outcome:
Most external command and network detections are false positives from markdown code fences, inline examples, and localhost CORS values. Real risk remains because the skill intentionally guides work with .env files, secret names, environment variants, and a file-writing rotation example. No prompt injection, credential exfiltration intent, or unauthorized network behavior was found.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/awais68-env-config/audits/11?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/awais68-env-config?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/awais68-env-config?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/awais68-env-config/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/awais68-env-config.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). env-config security audit report (audit version 11) [Author version unspecified]. Skillstore. https://skillstore.io/skills/awais68-env-config/audits/11@techreport{awais68-awais68-env-config-2026,
author = {Awais68},
title = {env-config security audit report (audit version 11)},
institution = {Skillstore},
year = {2026},
number = {11},
url = {https://skillstore.io/skills/awais68-env-config/audits/11},
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: "env-config security audit report (audit version 11)"
version: "unspecified"
type: report
authors:
- name: "Awais68"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/awais68-env-config/audits/11"
identifiers:
- type: other
value: "skillstore:awais68-env-config:audit:11"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
autumnsgrove-env-config
2026-08-21
awais68-env-config
2026-08-21
Create typed settings, required fields, and dotenv loading for a new FastAPI service.
Plan local, staging, and production configuration files with clear ownership boundaries.
Check that sensitive values use safer types, generated secrets, and non-committed local files.
Create a basic FastAPI environment configuration plan with required app, database, JWT, logging, and CORS settings.
Design a Pydantic settings class for my FastAPI service. Include required fields, defaults, validation notes, and secret handling.
Plan environment files for development, staging, and production. Explain which files may be committed and which must stay private.
Review my environment configuration design for security, deployment safety, validation gaps, and secret rotation risks.
Author
Awais68License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
26421118b848d9f1efc0aa169d8a7a9e7e0a877e
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 213 views
Build Responsive Tailwind CSS Interfaces
Tailwind projects can become inconsistent across components and breakpoints. This skill guides responsive utility classes, theme setup, dark mode, and accessibility checks.
Build Typed React Components
React component work often needs consistent structure, hooks, tests, stories, and accessibility checks. This skill guides Claude, Codex, and Claude Code toward typed, testable React components.
Build Typed API Clients
API clients need consistent auth, caching, validation, and error handling. This skill guides TanStack Query, Axios, JWT interceptors, Zod parsing, and offline behavior.
Implement Secure Next.js Authentication
Authentication work is easy to under-specify and hard to secure. This skill guides Claude, Codex, and Claude Code through forms, sessions, protected routes, and role checks.
Build SQLModel CRUD Layers
Designing SQLModel models and CRUD code can be slow when relationships and async sessions are involved. This skill guides Claude, Codex, and Claude Code through models, queries, relationships, and database setup.
Validate Data with Pydantic and Zod
APIs and forms often drift when validation rules are copied between layers. This skill gives Claude, Codex, and Claude Code practical patterns for shared schemas, clear errors, and safer input handling.
Diagnose FastAPI Backend Hangs
by BenderFendor
FastAPI streams can freeze the event loop during executor shutdown. This skill guides stack capture, executor cleanup, and responsiveness checks.
Deploy Next.js Apps to Vercel
by sickn33
Vercel deployments can fail because environment settings, runtimes, and build behavior differ across stages. This skill guides Claude, Codex, and Claude Code through practical Next.js deployment decisions.
Configure Uvicorn for ASGI Applications
by bossjones
Running ASGI applications requires correct server, reload, worker, logging, TLS, and container settings. This skill provides practical Uvicorn patterns for development and deployment.
Build FastAPI APIs with Reusable Patterns
by 0xDarkMatter
FastAPI projects need consistent choices for validation, dependencies, middleware, and background work. This skill gives Claude, Codex, and Claude Code reusable patterns for practical Python API development.
Build FastAPI Backends
by sickn33
FastAPI projects need consistent choices across setup, data models, routes, auth, tests, and deployment. This skill provides a phased workflow with focused prompts for each backend step.
Build Consistent FastAPI Routers
by sickn33
FastAPI endpoints become inconsistent when authentication, models, and status codes vary. This skill provides concise router patterns and integration steps for reliable API development.