Skip to content

Conversation

@stephendolan
Copy link
Owner

Summary

Added template system to scry, allowing users to apply pre-configured templates when creating new directories. Templates are copied from ~/.config/scry/templates/ with the --template NAME option. Added scry templates command to list available templates.

Problem

Users creating scries for recurring task types (security questionnaires, specific project types) had to manually recreate the same setup each time - copying CLAUDE.md files, .claude folders with skills/agents, and reference materials.

🤖 Generated with Claude Code

Enables users to scaffold new scries with predefined files and
configuration by storing reusable templates in ~/.config/scry/templates/.

- Add --template NAME option to apply templates during creation
- Add 'scry templates' command to list available templates
- Template contents copied after default CLAUDE.md is created
- Exclude .git folders during template copy
- Update shell function to pass templates command through directly
- Bump version to 0.4.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@stephendolan stephendolan merged commit 58ce3bd into main Dec 4, 2025
4 checks passed
@stephendolan stephendolan deleted the feature/template-support branch December 4, 2025 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants