refactory-lang
Official@refactory-lang
Offers structured specification-driven development frameworks for managing code migrations, feature deprecations, and technical documentation synchronization within software repositories.
Agent Skills by refactory-lang
Showing 35 vetted skills indexed across 1 GitHub repositories.
codemod
Plan, scaffold, execute, and verify code migrations with the Codemod CLI.
speckit-checklist
Generate quality checklists for validating requirements completeness and clarity.
speckit-workflows.hotfix
Automate emergency hotfix workflows with mandatory post-mortem documentation.
speckit-workflows.phasestoissues
Convert development phases from specification files into GitHub issues with task sub-issues.
speckit-bugfix
Creates a new branch and generates bug report for spec-kit projects.
speckit-workflows.baseline
Generate baseline-spec.md and current-state.md from codebase and git history.
speckit-workflows.incorporate
Incorporate external documents into Speckit workflows with stage detection and conflict resolution.
type-fest
Provide TypeScript utility types for complex type transformations and validation.
speckit-baseline
Generate baseline project documentation by executing a script to capture project state.
speckit-constitution
Update the project constitution document and resolve placeholder tokens.
speckit-implement
Executes TDD-based code implementation tasks from a project plan.
speckit-taskstoissues
Convert tasks from a tasks.md file into GitHub issues.
speckit-review
Review code against specifications and update task statuses in tasks.md.
spec-from-issue
Generate a speckit specification from a GitHub issue via speckit.specify.
speckit-workflows.modify
Modify existing features with impact analysis and backward compatibility tracking.
speckit-clarify
Detect ambiguities in feature specifications and generate targeted clarification questions.
speckit-plan
Generate technical implementation plans from feature specifications using project structure.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for gaps, duplications, and inconsistencies.
speckit-deprecate
Manage a three-phase software feature deprecation workflow from warnings to removal.
speckit-incorporate
Incorporate external documents into Speckit workflows with type detection and stage advancement.
speckit-workflows.enhance
Create a new branch and Markdown document for minor speckit enhancements.
speckit-cleanup
Validate and reorganize spec-kit artifacts in the specs/ directory with sequential numbering.
speckit-modify
Analyze feature modifications for impact and backward compatibility.
speckit-workflows.review
Review completed code against specifications and update task statuses in tasks.md.
Frequently Asked Questions About refactory-lang
FAQPage SchemaWhat specific development tasks are enabled by these capabilities?▼
These capabilities enable systematic feature specification, automated task list generation from markdown plans, structured refactoring branch creation, and rigorous code migration verification. Users can synchronize project state with documentation, manage complex deprecation lifecycles, and perform impact analysis on feature modifications.
Which personas benefit most from these technical resources?▼
Software architects, lead engineers, and technical project managers benefit most. These resources are designed for teams maintaining large codebases who require strict adherence to specifications, consistent documentation standards, and reliable tracking of technical debt during refactoring or migration efforts.
What are the primary prerequisites for implementing these project structures?▼
Implementation requires a repository utilizing Markdown-based documentation for specifications, plans, and task tracking. Projects must maintain a consistent directory structure for artifacts, typically within a dedicated specs/ folder, to allow for proper validation, artifact reorganization, and Git branch management.