langify.org
Official@langify-org
Langify provides specialized Git worktree management and Rust-based quality assurance for complex, multi-branch repository environments.
Agent Skills by langify.org
Showing 6 vetted skills indexed across 1 GitHub repositories.
ws-context
Describe the active branch, worktrees, and bare clone layout of a ws workspace.
ws-store-setup
Analyze .gitignore patterns and configure gitignored file tracking strategies.
ws-navigate
Read, diff, and copy files across worktrees in a ws-managed bare clone repository.
ws-branch
Create, remove, and navigate worktrees in ws-managed bare repositories.
pre-push
Run sequential Rust quality checks with cargo and mdbook before pushing.
release
Automate Rust release workflows with version validation, checks, commit, tag, and push.
Frequently Asked Questions About langify.org
FAQPage SchemaWhat specific repository tasks does Langify enable?▼
Langify enables granular management of Git worktrees, allowing users to create, remove, and navigate multiple branches within a single bare repository. It also provides mechanisms for tracking gitignored files and performing cross-worktree file operations, alongside integrated quality checks for Rust projects.
Which technical personas benefit from these capabilities?▼
These capabilities are designed for software engineers and DevOps practitioners managing complex, multi-branch Rust codebases. It is particularly useful for developers who require isolated work environments for concurrent feature development while maintaining strict documentation and code quality standards.
What are the prerequisites for implementing these quality checks?▼
Implementation requires a Rust environment with Cargo installed for dependency and build management. Additionally, the system relies on mdBook for documentation processing and standard Git configurations to manage the bare repository layout and worktree associations.