Architecture pattern for splitting confidential data and reusable algorithms across repos
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill repo-separation-for-sensitive-data --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repo Separation For Sensitive Data?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-repo-separation-for-sensitive-data-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: repo-separation-for-sensitive-data
description: Architecture pattern for splitting confidential data and reusable algorithms across repos
version: 1.0.0
source: auto-extracted
extracted: 2026-04-13
metadata:
tags: ["architecture", "security", "repo-organization"]
---
# Repo Separation for Sensitive Data & Algorithms
When building personal finance or sensitive-data projects, separate confidential inputs (transactions, positions, account data) into a private personal repo while algorithms/analysis code lives in a shared/public repo. This lets you version control logic independently, share code without exposing data, and keep sensitive CSVs/configs in `.gitignore`. Example: `achantas-data` (private, holds transactions & positions) + `assethold` (shared, holds analysis algorithms). Reference cross-repo issues to track dependencies.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...
Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.
Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API
Get current weather and forecasts (no API key required).