A recap of the Agent Skills, MCP servers, and key prompts used to create the GitHub Skills 9:16 social banners (light/dark, social + high-resolution PNGs).
| Skill | Purpose |
|---|---|
find-skills |
Discovered vector/SVG and design skills in the ecosystem |
GitHub Spark is an AI-powered application development and deployment platform that turns natural language ideas into full-stack intelligent apps in minutes.
This means faster time to production of new ideas, more of the right ideas shipped, and builders focused on solving business problems—not setup and wiring.
| { | |
| "recommendations": [ | |
| // Essential Java Development | |
| "vscjava.vscode-java-pack", | |
| "redhat.java", | |
| "vscjava.vscode-java-debug", | |
| "vscjava.vscode-java-test", | |
| "vscjava.vscode-java-dependency", | |
| // Build Tools |
Build a comprehensive web application for tracking statistics during an American football game and generating detailed reports at the end.
| name: Add a new GitHub Project card linked to a GitHub issue to the specified project column | |
| on: | |
| issues: | |
| types: [ opened, labeled, unlabeled ] | |
| env: | |
| GITHUB_ORG: ${{ github.repository_owner }} | |
| GITHUB_PROJECT_NAME: "Continuous-Devops-GitHub-App-MasterBlaster" | |
| GITHUB_EVENT: ${{ toJson(github.event) }} | |
| GITHUB_ISSUE: ${{ toJson(github.event.issue) }} | |
| GITHUB_ISSUE_URL: ${{ github.event.issue.html_url }} |
| --- | |
| apiVersion: tekton.dev/v1beta1 | |
| kind: Task | |
| metadata: | |
| name: extract-check-build-verify-push | |
| spec: | |
| workspaces: | |
| - name: source | |
| description: The image building will be done onto the volume backing this workspace | |
| params: |
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: app-sre-jcasc | |
| namespace: app-sre-cicd | |
| data: | |
| 1-app-sre-jcasc.yaml: | | |
| jenkins: | |
| systemMessage: "<h2>Welcome to the App-SRE Jenkins on OSD</h2>" | |
| numExecutors: 0 |
| jenkins: | |
| systemMessage: "<h2>Welcome to the App-SRE Jenkins on OSD</h2>" | |
| agentProtocols: | |
| - "JNLP4-connect" | |
| - "Ping" | |
| authorizationStrategy: | |
| globalMatrix: | |
| permissions: | |
| - "Overall/Administer:arilivigni" | |
| securityRealm: |
| #!/bin/bash | |
| set -x | |
| set -e | |
| # Clone the repo | |
| git clone https://github.com/jenkinsci/jenkinsfile-runner.git | |
| pushd jenkinsfile-runner |