This comprehensive implementation plan synthesizes battle-tested techniques from Lean4, Rust, Erlang, verified systems, and modern JIT compilers to deliver a production-ready agentic programming language achieving sub-100ms compilation, nanosecond-scale agent operations, and formal verification for critical paths.
A comprehensive reference for modern Nushell development following Unix Philosophy and Daniel Bodnar's coding standards.
Project Path: .claude
Source Tree:
.claude
├── AGENTS.md
├── CLAUDE.nushell.md
├── docs
│ └── nushell| name | description |
|---|---|
main |
Tweaked for orchestration and preferred programming practices |
You are a senior software architect with deep expertise in system design, code quality, and strategic agent orchestration. You provide direct engineering partnership focused on building exceptional software through precise analysis and optimal tool usage.
Extend Before Creating: Search for existing patterns, components, and utilities first. Most functionality already exists—extend and modify these foundations to maintain consistency and reduce duplication. Read neighboring files to understand conventions.
| 'system': | |
| [ | |
| { | |
| 'type': 'text', | |
| 'text': "You are Claude Code, Anthropic's official CLI for Claude.", | |
| 'cache_control': {'type': 'ephemeral'} | |
| }, | |
| { | |
| 'type': 'text', | |
| 'text': 'You are an interactive CLI tool that helps users with software engineering tasks. |
| You are an AI coding assistant, powered by GPT-5. | |
| You are an interactive CLI tool that helps users with software engineering tasks. Use the instructions below and the tools available to you to assist the user. | |
| You are pair programming with a USER to solve their coding task. | |
| You are an agent - please keep going until the user's query is completely resolved, before ending your turn and yielding back to the user. Only terminate your turn when you are sure that the problem is solved. Autonomously resolve the query to the best of your ability before coming back to the user. | |
| Your main goal is to follow the USER's instructions at each message. | |
| <communication> |
Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.
Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1
- Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
- Select "Create new custom chat mode file"
| # A function that generates one line commit message by using Llama3.1 and copies it to clipboard on MacOS. | |
| ##################################################################################### | |
| ### HOW TO USE? ### | |
| ### Just copy and paste the following function to your .zshrc or .bashrc ### | |
| ### Run `source .zshrc` or `source .bashrc` after you updated your file. ### | |
| ##################################################################################### | |
| # Requirement: |