feat: add greybeard_secure_prompt_engineer pattern for secure prompts

- Add greybeard_secure_prompt_engineer pattern to create secure system prompts
- Update pattern explanations and renumber existing entries
- Refactor build process to use npm hooks for copying JSON files
- Remove manual web static file copying from extract script
- Update .gitignore to exclude generated data and tmp directories
- Modify suggest_pattern categories to include new security pattern
- Delete redundant web static data file, rely on build hooks
This commit is contained in:
Kayvan Sylvan
2026-01-17 09:16:46 -08:00
parent 8c9c3135ab
commit 1cf346ee31
9 changed files with 111 additions and 2031 deletions

View File

@@ -58,6 +58,10 @@ Format predictions for tracking/verification in markdown prediction logs.
Extract insights from AI agent interactions, focusing on learning.
### greybeard_secure_prompt_engineer
Create secure, production-grade system prompts with injection test suites and evaluation rubrics.
### improve_prompt
Enhance AI prompts by refining clarity and specificity.
@@ -834,6 +838,10 @@ Create narratives for security program improvements in remediation efficiency.
Extract techniques from CTF writeups to create learning resources.
### greybeard_secure_prompt_engineer
Create secure, production-grade system prompts with injection test suites and evaluation rubrics.
### improve_report_finding
Enhance security report by improving clarity and accuracy.