From 79e1e5b042eecdf7546d47ddae94f61ca2c1f746 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 14:30:58 +0000 Subject: [PATCH 1/2] Initial plan From 30e458c084b17d4d959feb20e8e848ef0ecac4ae Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 14:35:29 +0000 Subject: [PATCH 2/2] Move SKILL.md from docs/ to .github/skills/developer-guide/ with proper skill metadata Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com> --- {docs => .github/skills/developer-guide}/SKILL.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) rename {docs => .github/skills/developer-guide}/SKILL.md (97%) diff --git a/docs/SKILL.md b/.github/skills/developer-guide/SKILL.md similarity index 97% rename from docs/SKILL.md rename to .github/skills/developer-guide/SKILL.md index 4ad01005..687dd95b 100644 --- a/docs/SKILL.md +++ b/.github/skills/developer-guide/SKILL.md @@ -1,6 +1,9 @@ -# SKILL.md +--- +name: developer-guide +description: Comprehensive guide to technical skills, knowledge areas, and competencies required for BitSleuth Wallet development. Covers React Native/Expo mobile development, Bitcoin protocol expertise, cryptography, security best practices, and platform-specific knowledge for building a professional-grade Bitcoin wallet. +--- -## Required Skills for BitSleuth Wallet Development +# Required Skills for BitSleuth Wallet Development This document outlines the technical skills, knowledge areas, and competencies required to effectively contribute to the **BitSleuth Wallet** project—a professional-grade, non-custodial Bitcoin mobile wallet built with React Native and Expo for iOS and Android. @@ -553,7 +556,7 @@ Contributing to **BitSleuth Wallet** requires a unique blend of mobile developme **Remember**: This is a Bitcoin wallet handling real user funds. Every line of code should be written with security, privacy, and reliability as top priorities. For questions or clarification on any skill area, please refer to: -- [AGENTS.md](../AGENTS.md) - Project overview and patterns -- [CONTRIBUTING.md](../CONTRIBUTING.md) - Contribution guidelines -- [.github/copilot-instructions.md](../.github/copilot-instructions.md) - Development conventions -- [docs/](.) - Additional technical documentation +- [AGENTS.md](../../../AGENTS.md) - Project overview and patterns +- [CONTRIBUTING.md](../../../CONTRIBUTING.md) - Contribution guidelines +- [.github/copilot-instructions.md](../../copilot-instructions.md) - Development conventions +- [docs/](../../../docs/) - Additional technical documentation