Skip to content

Conversation

@rohitg00
Copy link
Owner

@rohitg00 rohitg00 commented Jan 23, 2026

Summary

  • Add Translate screen for cross-agent skill translation between 17 supported agents
  • Add Context screen for project context management and agent sync
  • Add Recommend screen with smart skill recommendations based on project stack
  • Fix TUI screen duplication issue by using fixed height container
  • Clean up unnecessary comments following code-simplifier principles
  • Refactor to monorepo structure with separate packages:
    • @skillkit/core - Core logic (translator, context, recommend)
    • @skillkit/cli - Command line interface
    • @skillkit/tui - Terminal UI
    • @skillkit/agents - Agent adapters for 17 AI coding agents
  • Add comprehensive tests for translator, context, and recommend features
  • Update license to Apache-2.0
  • Add CONTRIBUTING.md with contribution guidelines

New TUI Features

Key Screen Description
t Translate Translate skills between agent formats
c Context Manage project context and sync to agents
r Recommend Get smart skill recommendations

Test plan

  • Run pnpm build - verify all packages compile
  • Run pnpm test - verify all tests pass
  • Run skillkit ui - verify TUI launches correctly
  • Test screen navigation (press t, c, r keys)
  • Verify no screen duplication when switching views

- Add Translate screen for cross-agent skill translation
- Add Context screen for project context management
- Add Recommend screen with smart skill recommendations
- Fix TUI screen duplication by using fixed height container
- Clean up unnecessary comments following code-simplifier principles
- Refactor to monorepo structure with @skillkit/core, @skillkit/cli,
  @skillkit/tui, and @skillkit/agents packages
- Add comprehensive tests for translator, context, and recommend features
- Update license to Apache-2.0
- Add CONTRIBUTING.md with contribution guidelines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants