Back to skills
SkillHub ClubShip Full StackFull Stack

Global Tech Stack

Your approach to handling global tech stack. Use this skill when working on files where global tech stack comes into play.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
2
Hot score
79
Updated
March 19, 2026
Overall rating
C1.4
Composite score
1.4
Best-practice grade
C61.2

Install command

npx @skill-hub/cli install jaypaulb-canvusapi-llmdemo-global-tech-stack

Repository

jaypaulb/CanvusAPI-LLMDemo

Skill path: .claude/skills/global-tech-stack

Your approach to handling global tech stack. Use this skill when working on files where global tech stack comes into play.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: jaypaulb.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install Global Tech Stack into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/jaypaulb/CanvusAPI-LLMDemo before adding Global Tech Stack to shared team environments
  • Use Global Tech Stack for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: Global Tech Stack
description: Your approach to handling global tech stack. Use this skill when working on files where global tech stack comes into play.
---

# Global Tech Stack

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global tech stack.

## Instructions

For details, refer to the information provided in this file:
[global tech stack](../../../agent-os/standards/global/tech-stack.md)


---

## Referenced Files

> The following files are referenced in this skill and included for context.

### ../../../agent-os/standards/global/tech-stack.md

```markdown
## Tech stack

Define your technical stack below. This serves as a reference for all team members and helps maintain consistency across the project.

### Framework & Runtime
- **Application Framework:** [e.g., Rails, Django, Next.js, Express]
- **Language/Runtime:** [e.g., Ruby, Python, Node.js, Java]
- **Package Manager:** [e.g., bundler, pip, npm, yarn]

### Frontend
- **JavaScript Framework:** [e.g., React, Vue, Svelte, Alpine, vanilla JS]
- **CSS Framework:** [e.g., Tailwind CSS, Bootstrap, custom]
- **UI Components:** [e.g., shadcn/ui, Material UI, custom library]

### Database & Storage
- **Database:** [e.g., PostgreSQL, MySQL, MongoDB]
- **ORM/Query Builder:** [e.g., ActiveRecord, Prisma, Sequelize]
- **Caching:** [e.g., Redis, Memcached]

### Testing & Quality
- **Test Framework:** [e.g., Jest, RSpec, pytest]
- **Linting/Formatting:** [e.g., ESLint, Prettier, RuboCop]

### Deployment & Infrastructure
- **Hosting:** [e.g., Heroku, AWS, Vercel, Railway]
- **CI/CD:** [e.g., GitHub Actions, CircleCI]

### Third-Party Services
- **Authentication:** [e.g., Auth0, Devise, NextAuth]
- **Email:** [e.g., SendGrid, Postmark]
- **Monitoring:** [e.g., Sentry, Datadog]

```