atomic-framework-core

Manages Atomic Framework Core bootstrap and runtime workflows for web and CLI entrypoints.

9|1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MADEVAL/Atomic-Framework-Skills --skill atomic-framework-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atomic-framework-core
Source: https://github.com/MADEVAL/Atomic-Framework-Skills/tree/main/atomic-framework-core
Command: npx skills add https://github.com/MADEVAL/Atomic-Framework-Skills --skill atomic-framework-core

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes guesswork from Atomic Framework Core work by explaining the framework’s bootstrap flow, configuration model, and runtime services with verified engine-level details.

Core Features & Use Cases

  • Bootstrap and Configuration: Initialize the app, load environment or PHP config, and wire the F3 hive correctly.
  • Routing and Middleware: Define routes, attach middleware, and preserve the intended request lifecycle and access control flow.
  • Runtime Services: Use logging, crypto, guards, IDs, uploads, filesystem helpers, DB connections, migrations, and error handling with the correct APIs.
  • Use Case: When building or debugging a PHP 8.1+ Atomic app, this Skill helps you set up the core container, diagnose failures, and implement production-safe request handling.

Quick Start

Ask for the Atomic Core setup and behavior you need, and the skill will guide you through bootstrap, routing, middleware, logging, and related runtime utilities.

Frequently Asked Questions about atomic-framework-core

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a PHP application using the Atomic Framework Core?

The Atomic Framework Core bootstrap process involves initializing the app, loading environment or PHP configuration files, and correctly wiring the F3 hive to establish the core container for web and CLI entrypoints.

How do I configure routing and middleware in a PHP framework?

You configure routing and middleware by defining routes and attaching middleware to preserve the intended request lifecycle and access control flow, ensuring production-safe request handling across web and CLI entrypoints.

Does the Atomic Framework support database migrations and logging utilities?

Yes, the Atomic Framework Core supports database connections, migrations, and logging utilities alongside filesystem helpers, crypto, and error handling to manage the complete production application lifecycle.

Can I use Atomic Framework Core for CLI entrypoints and web requests?

Yes, Atomic Framework Core manages runtime configuration workflows across both web and CLI entrypoints, ensuring correct app initialization, routing, and prefly validation for diverse application execution contexts.

What is the best way to handle authorization and guarded role checks in PHP?

The best way to handle authorization in PHP is by using guarded role checks within the middleware layer, preserving the intended access control flow and request lifecycle during route execution.

Why are my route-loader behaviors failing validation during app initialization?

Route-loader behaviors fail validation during app initialization when prefly validation is not correctly implemented or the F3 hive configuration is improperly wired, disrupting the core bootstrap flow.