afx-hello

Verify AFX environment setup and generate a project health snapshot.

19|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/AgenticFlowX/agenticflowx --skill afx-hello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: afx-hello
Source: https://github.com/AgenticFlowX/agenticflowx/tree/main/apps/vscode/resources/skills/agenticflowx/afx-hello
Command: npx skills add https://github.com/AgenticFlowX/agenticflowx --skill afx-hello

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit ensures that the AFX installation and environment are correctly configured and functioning, providing diagnostics for AI provider detection, skill availability, and project health snapshot.

Core Features & Use Cases

  • Environment Diagnostics: Checks for the presence of required files and directories, ensuring the correct setup of the AFX environment.
  • AI Provider Detection: Identifies the AI agent in use and reports the model name if available.
  • Skill Availability: Lists all installed AFX skills and flags any missing ones.
  • Project Health Snapshot: Counts specs, checks config completeness, and reports issues.

Quick Start

Run the command /afx-hello to verify your AFX installation and environment.

Frequently Asked Questions about afx-hello

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

FAQPage Schema
How do I verify my AI environment installation and check for missing dependencies?

Run an environment diagnostics check to verify your installation by scanning for required files, directories, and missing skills, generating a complete project health snapshot.

What does an environment diagnostics check for AI provider detection actually do?

AI provider detection diagnostics identify the active AI agent in use and report the model name while validating required workspace files and configuration completeness.

How do I check if all installed skills are available and configured correctly in my workspace?

Check installed skills availability by scanning the workspace and .afx.yaml configuration to list all active skills and flag any missing ones, ensuring correct environment setup.

Do I need a specific configuration file to run a project health snapshot and environment check?

Yes, you need a .afx.yaml configuration file and workspace access to run a project health snapshot, as the environment check verifies config completeness and counts available specs.

Why is my AI provider not being detected during the installation verification process?

AI provider detection fails during installation verification if required files are missing or the .afx.yaml configuration is incomplete, preventing the system from identifying the active AI agent and model name.