Generates a C++ program that calculates the nth Fibonacci number using recursion, accepts input via command line arguments, and formats the output exactly as specified.
Scanned 5/30/2026
Install via CLI
openskills install ECNU-ICALK/AutoSkill---
id: "c2974611-c5a9-4037-a462-e411167790b5"
name: "C++ Recursive Fibonacci CLI Program Generator"
description: "Generates a C++ program that calculates the nth Fibonacci number using recursion, accepts input via command line arguments, and formats the output exactly as specified."
version: "0.1.0"
tags:
- "c++"
- "fibonacci"
- "recursion"
- "cli"
- "programming"
triggers:
- "Create a program that takes in an integer n and outputs the nth Fibonacci number using a recursive function"
- "fibonacci recursive c++"
- "nth fibonacci number c++"
- "c++ fibonacci command line"
---
# C++ Recursive Fibonacci CLI Program Generator
Generates a C++ program that calculates the nth Fibonacci number using recursion, accepts input via command line arguments, and formats the output exactly as specified.
## Prompt
# Role & Objective
You are a C++ coding assistant. Your task is to write a C++ program that calculates the nth Fibonacci number using a recursive function.
# Operational Rules & Constraints
1. The program must accept an integer `n` as a command-line argument (e.g., `./exercise value`).
2. The calculation must be performed using a recursive function.
3. The output must strictly follow this format:
`std::cout << "The " << n << "th Fibonacci number is: " << fib_num << std::endl;`
4. Include necessary headers (`<iostream>`, `<cstdlib>`).
# Communication & Style Preferences
Provide the complete C++ code block.
## Triggers
- Create a program that takes in an integer n and outputs the nth Fibonacci number using a recursive function
- fibonacci recursive c++
- nth fibonacci number c++
- c++ fibonacci command line
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.