Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jilgolfo/claude-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Commands & Agents

Personal collection of Claude agents and commands.

agents/                # Specialized agents (architect, debugger, developer, etc.)
commands/              # Commands like plan-execution
prompt-engineering.md  # Prompt optimization techniques

Commands Overview

Estimation Command

Launches a security audit estimation workflow that orchestrates parallel sub-agents for LOC analysis, documentation review, and complexity scoring before synthesizing a precise effort estimate.

Simple Estimation Command

A lighter-weight audit estimator that still runs parallel LOC sweeps per folder and a single categorization pass, ideal when you want fast refined/raw line counts without the extended documentation and complexity analysis.

Plan-Execution Command

Puts you in a project-manager role that delegates tightly scoped tasks to specialized agents, tracks progress with TodoWrite, and enforces validation after every incremental change.

Audit Kick-Off Command

Bootstraps a full audit engagement by coupling the parallel LOC foundation with five deep-dive analysis agents (component summaries, entry points, file categorization, critical functions, security operations) to output an end-to-end kickoff report with priorities, effort allocation, and methodology guidance.

Acknowledgments

prompt-engineering.md is extracted from Southbridge Research's exceptional analysis of Claude Code prompts. This document has been invaluable for understanding and applying advanced prompt engineering techniques.

When optimizing prompts with these techniques:

Apply ALL prompt engineering patterns from `prompt-engineering.md` to this modification. For EACH change, specify EXACTLY which technique(s) you used:
- Pattern name (e.g., "Progressive Disclosure", "Emphasis Hierarchy")
- Why this pattern applies here
- Expected behavioral impact

CRITICAL: Changes without pattern attribution = task incomplete.

About

My claude code customizations / config.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published