{"kind":"Skill","metadata":{"namespace":"community","name":"context-map","version":"0.1.0"},"spec":{"description":"Generate a map of all files relevant to a task before making changes","files":{"SKILL.md":"---\nname: context-map\ndescription: 'Generate a map of all files relevant to a task before making changes'\n---\n\n# Context Map\n\nBefore implementing any changes, analyze the codebase and create a context map.\n\n## Task\n\n{{task_description}}\n\n## Instructions\n\n1. Search the codebase for files related to this task\n2. Identify direct dependencies (imports/exports)\n3. Find related tests\n4. Look for similar patterns in existing code\n\n## Output Format\n\n```markdown\n## Context Map\n\n### Files to Modify\n| File | Purpose | Changes Needed |\n|------|---------|----------------|\n| path/to/file | description | what changes |\n\n### Dependencies (may need updates)\n| File | Relationship |\n|------|--------------|\n| path/to/dep | imports X from modified file |\n\n### Test Files\n| Test | Coverage |\n|------|----------|\n| path/to/test | tests affected functionality |\n\n### Reference Patterns\n| File | Pattern |\n|------|---------|\n| path/to/similar | example to follow |\n\n### Risk Assessment\n- [ ] Breaking changes to public API\n- [ ] Database migrations needed\n- [ ] Configuration changes required\n```\n\nDo not proceed with implementation until this map is reviewed.\n"},"import":{"commit_sha":"541b7819d8c3545c6df122491af4fa1eae415779","imported_at":"2026-05-18T20:05:35Z","license_text":"MIT License\n\nCopyright GitHub, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","owner":"github","repo":"github/awesome-copilot","source_url":"https://github.com/github/awesome-copilot/tree/541b7819d8c3545c6df122491af4fa1eae415779/plugins/context-engineering/skills/context-map"}},"content_hash":[153,125,134,93,40,234,189,211,165,124,147,220,150,51,53,250,48,41,82,237,247,103,165,247,165,79,161,22,177,235,174,129],"trust_level":"unsigned","yanked":false}
