refactory-lang avatar

refactory-lang

Official

@refactory-lang

0Followers
|
19Public Repos
|
35Published Skills

Offers structured specification-driven development frameworks for managing code migrations, feature deprecations, and technical documentation synchronization within software repositories.

Skills Distribution
DomainDeveloper To...Software Lifecycle.. (40%)Technical Document.. (30%)Code Migration & R.. (30%)

Agent Skills by refactory-lang

Showing 35 vetted skills indexed across 1 GitHub repositories.

refactory-langrefactory-lang

codemod

Plan, scaffold, execute, and verify code migrations with the Codemod CLI.

Official
Advanced
refactory-langrefactory-lang

speckit-checklist

Generate quality checklists for validating requirements completeness and clarity.

Official
Advanced
refactory-langrefactory-lang

speckit-workflows.hotfix

Automate emergency hotfix workflows with mandatory post-mortem documentation.

Official
Advanced
refactory-langrefactory-lang

speckit-workflows.phasestoissues

Convert development phases from specification files into GitHub issues with task sub-issues.

Official
Advanced
refactory-langrefactory-lang

speckit-bugfix

Creates a new branch and generates bug report for spec-kit projects.

Official
Intermediate
refactory-langrefactory-lang

speckit-workflows.baseline

Generate baseline-spec.md and current-state.md from codebase and git history.

Official
Advanced
refactory-langrefactory-lang

speckit-workflows.incorporate

Incorporate external documents into Speckit workflows with stage detection and conflict resolution.

Official
Advanced
refactory-langrefactory-lang

type-fest

Provide TypeScript utility types for complex type transformations and validation.

Official
Advanced
refactory-langrefactory-lang

speckit-baseline

Generate baseline project documentation by executing a script to capture project state.

Official
Intermediate
refactory-langrefactory-lang

speckit-constitution

Update the project constitution document and resolve placeholder tokens.

Official
Advanced
refactory-langrefactory-lang

speckit-implement

Executes TDD-based code implementation tasks from a project plan.

Official
Advanced
refactory-langrefactory-lang

speckit-taskstoissues

Convert tasks from a tasks.md file into GitHub issues.

Official
Intermediate
refactory-langrefactory-lang

speckit-review

Review code against specifications and update task statuses in tasks.md.

Official
Advanced
refactory-langrefactory-lang

spec-from-issue

Generate a speckit specification from a GitHub issue via speckit.specify.

Official
Intermediate
refactory-langrefactory-lang

speckit-workflows.modify

Modify existing features with impact analysis and backward compatibility tracking.

Official
Advanced
refactory-langrefactory-lang

speckit-clarify

Detect ambiguities in feature specifications and generate targeted clarification questions.

Official
Advanced
refactory-langrefactory-lang

speckit-plan

Generate technical implementation plans from feature specifications using project structure.

Official
Advanced
refactory-langrefactory-lang

speckit-analyze

Analyze spec.md, plan.md, and tasks.md for gaps, duplications, and inconsistencies.

Official
Advanced
refactory-langrefactory-lang

speckit-deprecate

Manage a three-phase software feature deprecation workflow from warnings to removal.

Official
Advanced
refactory-langrefactory-lang

speckit-incorporate

Incorporate external documents into Speckit workflows with type detection and stage advancement.

Official
Advanced
refactory-langrefactory-lang

speckit-workflows.enhance

Create a new branch and Markdown document for minor speckit enhancements.

Official
Intermediate
refactory-langrefactory-lang

speckit-cleanup

Validate and reorganize spec-kit artifacts in the specs/ directory with sequential numbering.

Official
Intermediate
refactory-langrefactory-lang

speckit-modify

Analyze feature modifications for impact and backward compatibility.

Official
Advanced
refactory-langrefactory-lang

speckit-workflows.review

Review completed code against specifications and update task statuses in tasks.md.

Official
Advanced

Frequently Asked Questions About refactory-lang

FAQPage Schema
What 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.