'Sub-skill of ai-prompting: Integration with Workspace-Hub.'
Install
npx skillscat add vamseeachanta/workspace-hub/ai-prompting-integration-with-workspace-hub Install via the SkillsCat registry.
SKILL.md
Integration with Workspace-Hub
Integration with Workspace-Hub
These skills power AI features across the workspace-hub ecosystem:
workspace-hub/
├── ai/
│ ├── chains/ # Uses: langchain
│ │ ├── qa_chain.py
│ │ └── summarize_chain.py
│ ├── prompts/ # Uses: prompt-engineering
│ │ ├── templates/
│ │ └── optimized/
│ ├── pipelines/ # Uses: dspy
│ │ └── optimized_qa.py
│ └── data/ # Uses: pandasai
│ └── smart_analysis.py
├── evaluation/ # Uses: agenta
│ ├── test_cases/
│ └── metrics/
└── config/
└── llm_config.yaml