Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:43 +08:00
commit 2359544dbc
22 changed files with 7017 additions and 0 deletions

View File

@@ -0,0 +1 @@
Use the oss-contribution-framework skill to guide through the complete OSS contribution workflow from issue discovery to PR creation.

View File

@@ -0,0 +1 @@
Use the oss:codebase-exploration skill to systematically understand project structure, conventions, and architecture.

View File

@@ -0,0 +1 @@
Use the oss:documentation-pr skill to document changes and create a comprehensive pull request.

View File

@@ -0,0 +1 @@
Use the oss:issue-analysis skill to perform deep analysis of issue requirements, scope, and expected outcomes.

View File

@@ -0,0 +1 @@
Use the oss:issue-code-mapping skill to connect issue requirements to specific code locations and modification points.

View File

@@ -0,0 +1 @@
Use the oss:issue-discovery skill to find and evaluate suitable issues for OSS contribution.

View File

@@ -0,0 +1 @@
Use the oss:solution-implementation skill to design and implement the solution following project standards and best practices.