faion-hr-recruiter
π―Skillfrom faionfaion/faion-network
Automates and streamlines recruitment processes by generating job descriptions, screening candidate profiles, conducting initial interviews, and recommending top talent matches for specific roles.
Installation
npx skills add https://github.com/faionfaion/faion-network --skill faion-hr-recruiterSkill Details
Overview
# Faion Network
Build your solopreneur business with AI-powered development framework.
You're one person. You want to earn $20K+/month working for yourself. The challenge? You need to be a product manager, developer, marketer, and business strategist β all at once.
Faion Network solves this. It's a complete AI framework with 15 role-based skills and 501 battle-tested methodologies. Each skill is an expert in their field β from market research to product management to marketing.
Stop reading endless guides. Stop watching tutorials. Start building.
---
What You Get
| Component | Count | Purpose |
|-----------|-------|---------|
| Skills | 15 | Role-based expertise (Product, Dev, Marketing, DevOps, UX, BA, PM, HR...) |
| Agent | 1 | Task executor with maximum autonomy (YOLO mode) |
| Methodologies | 501 | Battle-tested frameworks (Project Management Framework 7/8, Business Analysis Framework, 10 Usability Heuristics, GTM) |
Who This Is For
- Aspiring Solopreneurs β Turn your skills into a $20K/month business
- Developers β Ship products, not just code
- Founders β Move fast with AI-powered workflows
---
Quick Start
Get your first result in under 5 minutes.
```bash
# 1. Clone the repository
git clone https://github.com/faionfaion/faion-network.git ~/.claude
# 2. Run Claude Code
claude
# 3. Type the main orchestrator command:
/faion-net
```
That's it. You now have access to the entire framework.
---
Installation
Prerequisites
- Claude Code CLI installed ([docs.anthropic.com/en/docs/claude-code](https://docs.anthropic.com/en/docs/claude-code))
- Node.js 18+ (for frontend development)
- Python 3.11+ (for Django/Flask projects)
Step-by-Step
Option A: Fresh Installation
```bash
# Clone to Claude's config directory
git clone https://github.com/faionfaion/faion-network.git ~/.claude
# Verify installation
ls ~/.claude/skills # Should show 15 faion-* folders
ls ~/.claude/agents # Should show faion-task-YOLO-executor-opus-agent.md
```
Option B: Add to Existing Setup
```bash
# Backup your current setup
cp -r ~/.claude ~/.claude.backup
# Clone and merge
git clone https://github.com/faionfaion/faion-network.git temp
cp -r temp/skills/faion-* ~/.claude/skills/
cp -r temp/agents/faion-* ~/.claude/agents/
cp -r temp/docs/* ~/.claude/docs/
rm -rf temp
```
---
Configuration
Recommended Settings
Add to your ~/.claude/settings.json:
```json
{
"permissions": {
"allow": ["Bash", "Read", "Write", "Edit", "Glob", "Grep"]
}
}
```
Optional: API Keys
Some skills benefit from external APIs:
```bash
# ~/.secrets/openai (for DALL-E image generation)
export OPENAI_API_KEY="sk-..."
# ~/.secrets/cloudflare (for domain management)
export CF_EMAIL="your@email.com"
export CF_API_KEY="..."
```
---
Usage Examples
Start with Main Orchestrator
```bash
claude
# Type: /faion-net
```
The main orchestrator routes your request to the appropriate skill:
- Research questions β
faion-researcher - Product planning β
faion-product-manager - Development tasks β
faion-software-developer - Marketing needs β
faion-marketing-manager
SDD Workflow
```bash
claude
# Type: /faion-sdd
```
Specification-Driven Development workflow:
- Create specifications (spec.md)
- Design architecture (design.md)
- Generate implementation plan
- Execute tasks with quality gates
Execute Feature with Quality Gates
```bash
claude
# Type: /faion-feature-executor
```
Sequential task execution with:
- Test runs after each task
- Coverage verification
- Code review cycle until all issues fixed
- Automatic task status updates
---
Skills Overview (15)
Orchestrators
| Skill | Purpose |
|-------|---------|
| faion-net | Universal orchestrator β routes to appropriate domain skill |
| faion-sdd | SDD workflow (specs, designs, tasks, lifecycle) |
| faion-feature-executor | Execute tasks with quality gates |
Domain Skills
|
More from this repository10
Based on the README, while there are no explicit details about the "faion-communicator" skill, I'll infer a practical description based on the project's overall context of being an AI-powered devel...
Optimizes website search engine rankings by conducting comprehensive SEO audits, generating targeted keyword strategies, and recommending technical and content improvements for better organic visib...
faion-product-manager skill from faionfaion/faion-network
Generates complete software development workflows, translating product requirements into functional code, architecture designs, and implementation strategies across multiple programming languages a...
faion-net skill from faionfaion/faion-network
faion-ml-engineer skill from faionfaion/faion-network
Manages social media marketing tasks, strategies, and content creation for solopreneurs using AI-powered workflows and methodologies.
Automates infrastructure provisioning, deployment pipelines, and cloud resource management for solopreneur tech projects using AI-driven DevOps methodologies.
Executes and manages specific product features across different development stages, translating high-level requirements into actionable implementation tasks.
Designs comprehensive software architecture blueprints, translating business requirements into scalable, modular system designs with best practices and technical recommendations.