unix-goto-development

Guide unix-goto feature development with a 9-step workflow and cache-based navigation.

61|15|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill unix-goto-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unix-goto-development
Source: https://github.com/manutej/luxor-claude-marketplace/tree/main/plugins/luxor-specialized-tools/skills/unix-goto-development
Command: npx skills add https://github.com/manutej/luxor-claude-marketplace --skill unix-goto-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides building features for the unix-goto shell navigation tool with a strict development workflow.

Core Features & Use Cases

  • 9-Step Workflow: Standardized feature additions
  • Testing: 100% test coverage requirement
  • Performance: Sub-100ms caches
  • Documentation: API docs and Linear integration

Quick Start

Use the 9-step workflow to add a new feature.

Frequently Asked Questions about unix-goto-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a feature for unix-goto shell navigation following best practices?

Use the 9-step workflow to implement unix-goto features systematically. The workflow guides you through designing new functionality, implementing cache-based navigation, adding bookmarks and history, writing tests for 100% coverage, optimizing performance to sub-100ms, and documenting APIs with Linear integration.

What performance requirements should my unix-goto navigation cache meet?

Unix-goto navigation caches must deliver sub-100ms response times, build in under 5 seconds, and maintain a 90% hit rate. The cache uses O(1) lookups with auto-refresh to meet these performance targets during feature development.

How do I set up testing for unix-goto feature development?

The 9-step workflow requires 100% test coverage for all unix-goto features. Testing is built into the standardized development process to ensure functional and technical requirements are met before deployment.

Can I integrate unix-goto development with Linear project management?

Yes, the 9-step workflow includes Linear integration for tracking unix-goto feature development. This connects your implementation process directly to project management without requiring separate tools.

What's the best way to structure cache architecture for unix-goto bookmarks and history?

The workflow specifies O(1) cache architecture with auto-refresh for unix-goto bookmarks and history. This pattern satisfies both functional requirements and the performance constraint of sub-100ms cached navigation.

Do I need to optimize build time when developing unix-goto features?

Yes, the 9-step workflow enforces a cache build-time requirement of under 5 seconds for unix-goto development. This optimization is integrated into the standardized feature-addition process.