II.
LibraryProcess overview
Reference · livelib-process:cli-mcp-development--shell-completion-scripts
specializations/cli-mcp-development/shell-completion-scripts overview
Shell Completion Scripts - Implement tab completion for Bash, Zsh, Fish, and PowerShell with dynamic completions and context awareness.
Attributes
displayName
specializations/cli-mcp-development/shell-completion-scripts
description
Shell Completion Scripts - Implement tab completion for Bash, Zsh, Fish, and PowerShell
with dynamic completions and context awareness.
libraryPath
library/specializations/cli-mcp-development/shell-completion-scripts.js
specialization
cli-mcp-development
references
- - Bash Completion: https://github.com/scop/bash-completion
- - Zsh Completion: https://zsh.sourceforge.io/Doc/Release/Completion-System.html
- - Fish Completion: https://fishshell.com/docs/current/completions.html
example
const result = await orchestrate('specializations/cli-mcp-development/shell-completion-scripts', {
projectName: 'my-cli',
cliFramework: 'commander',
shells: ['bash', 'zsh', 'fish', 'powershell'],
commands: ['init', 'build', 'deploy', 'config']
});
usesAgents
- shell-scripting-expert
- cli-testing-architect
- cli-docs-writer
- cli-packaging-specialist
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:sdk-api-design·WorkflowSDK / API Design
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area3
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:mcp-server-implementation·SkillAreaMCP Server Implementation
- skill-area:cli-tooling·SkillAreaCLI Tooling
uses_agent2
- lib-agent:cli-mcp-development--cli-testing-architect·LibraryAgentcli-testing-architect
- lib-agent:cli-mcp-development--cli-docs-writer·LibraryAgentcli-docs-writer
Incoming edges
None.